Metadata-Version: 2.4
Name: pyVows
Version: 3.0.0
Summary: pyVows is a BDD test engine based on Vows.js <http://vowsjs.org>.
Home-page: http://pyvows.org
Author: Bernardo Heynemann
Author-email: heynemann@gmail.com
Maintainer: Zearin
License: MIT
Keywords: test testing vows tdd bdd development coverage profile profiling
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/x-rst
Requires-Dist: gevent>=1.2.2
Requires-Dist: preggy>=1.3.0
Provides-Extra: tests
Requires-Dist: argparse>=1.4.0; extra == "tests"
Requires-Dist: colorama>=0.3.7; extra == "tests"
Requires-Dist: coverage>=4.1.1; extra == "tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

pyVows is a test engine based on Vows.js. It features topic-based testing,
        (*fast*) parallel running of tests, code coverage reports, test profiling, and
        more:

        http://pyvows.org

