Metadata-Version: 1.1
Name: pytest-doc
Version: 0.0.1
Summary: A documentation plugin for py.test.
Home-page: http://pytest-doc.readthedocs.org/
Author: Alfred Perlstein
Author-email: alfred@freebsd.org
License: BSD-2-Clause
Description: Welcome to pytest-docs!
        =======================
        
        pytest-docs allows you to annotate your tests and generate documentation about your tests.
        `pytest testing tool <http://pytest.org/>`_.
        
        * `Quick start / tutorial
          <http://pytest-doc.readthedocs.org/en/latest/tutorial.html>`_
        * Full documentation: http://pytest-doc.readthedocs.org/en/latest/
        * `Contribution docs
          <http://pytest-doc.readthedocs.org/en/latest/contributing.html>`_
        * Version compatibility:
        
          * Python: CPython 2.6-2.7,3.2-3.4 or PyPy 2,3
          * pytest: 2.6.x
        
        * Licence: BSD
        * Project maintainers: Alfred Perlstein
        * `All contributors <https://github.com/splbio/pytest-doc/contributors>`_
        * Github repository: https://github.com/splbio/pytest-doc
        * `Issue tracker <http://github.com/splbio/pytest-doc/issues>`_
        * `Python Package Index (PyPI) <https://pypi.python.org/pypi/pytest-doc/>`_
        
        See the `pytest documentation <http://pytest.org/latest/>`_ for more information on pytest itself.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
