Metadata-Version: 2.1
Name: nose2-timer
Version: 0.1.0
Summary: A timer plugin for nose2
Home-page: https://github.com/Topperfalkon/nose2-timer
Author: Harley Faggetter
Author-email: topperfalkon+python@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Classifier: Environment :: Console
License-File: LICENSE
Requires-Dist: nose2

nose2-timer
==========

A timer plugin for nose2 that answers the question: *how much time does every test take?*

Ported from nose-timer. Functionality should be mostly but not yet entirely the same

The original documentation can be found in README_nose-timer.rst and may provide usage hints where missing from this document.
That document also includes the list of original Contributors

Install
-------

To install the latest development version from Git::

    pip install git+git://github.com/mahmoudimus/nose-timer.git

Or to install the latest from source::

    git clone https://github.com/mahmoudimus/nose-timer.git
    cd nose-timer
    pip install .

You can also make a developer install if you plan on modifying the
source frequently::

    pip install -e .


Usage
-----

Coming soon...


License
-------

``nose-timer`` is MIT Licensed library.


Contribute
----------

Coming soon...


Contributors
------------
See CONTRIBUTORS


