Metadata-Version: 1.0
Name: behave
Version: 1.0.0
Summary: behave is behaviour-driven development, Python style
Home-page: http://github.com/jeamland/behave
Author: Benno Rice and Richard Jones
Author-email: behave-users@googlegroups.com
License: UNKNOWN
Description: Behavior-driven development (or BDD) is an agile software development
        technique that encourages collaboration between developers, QA and
        non-technical or business participants in a software project.
        
        *behave* uses tests written in a natural language style, backed up by Python
        code.
        
        To get started, we recommend the `tutorial`_ and then the `feature testing
        language`_ and `api`_ references.
        
        Download from http://pypi.python.org/pypi/behave
        
        .. _`tutorial`: http://packages.python.org/behave/tutorial.html
        .. _`feature testing language`: http://packages.python.org/behave/gherkin.html
        .. _`api`: http://packages.python.org/behave/api.html
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: BSD License
