Metadata-Version: 1.1
Name: bayeux
Version: 0.9
Summary: Generator of the TAP protocol
Home-page: http://luther.ceplovi.cz/git/?p=bayeux.git
Author: Matěj Cepl
Author-email: mcepl@cepl.eu
License: UNKNOWN
Description: 
        Bayeux provides a module for generating TAP stream
        (http://testanything.org/). Unfortunately, the name tapestry has been
        already taken, so I took an inspiration from
        https://en.wikipedia.org/wiki/Bayeux_Tapestry .
        
        Aside from the script for generating the TAP stream programtically,
        there is also a version of unittest2 which generates TAP stream instead of
        the standard output of unittest.
        
        Whole this package is licensed under MIT/X11 license (see header of tap.py
        for details). 
Keywords: TAP,unittest
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
