Metadata-Version: 1.1
Name: tap.py
Version: 1.0
Summary: Tools for working with the Test Anything Protocol (TAP)
Home-page: https://github.com/mblayman/tappy
Author: Matt Layman
Author-email: matthewlayman@gmail.com
License: BSD
Description: 
        Follow tappy development on `GitHub
        <https://github.com/mblayman/tappy>`_. Developer documentation is on
        `Read the Docs <https://tappy.readthedocs.org/>`_.
        
        
        Releases
        ========
        
        Version 1.0, Released March 2014
        ------------------------------
        
        * Initial release of tappy
        * ``TAPTestRunner`` - A test runner for ``unittest`` modules that generates
          TAP files.
        * Provides a plugin for integrating with **nose**.
        
        
Keywords: TAP,unittest
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Testing
