Metadata-Version: 2.1
Name: nose-cover3
Version: 0.1.0
Summary: Coverage 3.x support for Nose
Home-page: http://github.com/ask/nosecover3
Author: Ask Solem
Author-email: ask@celeryproject.org
License: GNU LGPL
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

================================
 Coverage 3.x support for Nose.
================================

:Version: 0.1.0


Installation
============

You can install ``nose-cover3`` either via the Python Package Index (PyPI)
or from source.

To install using ``pip``,::

    $ pip install nose-cover3


To install using ``easy_install``,::

    $ easy_install nose-cover3


If you have downloaded a source tarball you can install it
by doing the following,::

    $ python setup.py build
    # python setup.py install # as root

Bug tracker
===========

If you have any suggestions, bug reports or annoyances please report them
to our issue tracker at http://github.com/ask/dispatch/issues/

Contributing
============

Development of ``nose-cover3`` happens at Github:
    http://github.com/ask/nosecover3

You are highly encouraged to participate in the development. If you don't
like Github (for some reason) you're welcome to send regular patches.

License
=======

This software is licensed under the ``LGPL License``. See the ``lgpl.txt``
file in the top distribution directory for the full license text.
