Metadata-Version: 2.0
Name: bayeux
Version: 0.10.1
Summary: Generator of the TAP protocol
Home-page: https://github.com/mcepl/bayeux
Author: Matěj Cepl
Author-email: mcepl@cepl.eu
License: UNKNOWN
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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
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
Requires-Dist: yamlish


.. image:: https://travis-ci.org/mcepl/bayeux.svg?branch=master
    :target: https://travis-ci.org/mcepl/bayeux

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). 


