Metadata-Version: 1.1
Name: gherkin-parser
Version: 0.1
Summary: Gherkin BDD feature file parser. Compatible with Cucumber.
Home-page: https://github.com/nathforge/gherkin-parser
Author: Nathan Reynolds
Author-email: email@nreynolds.co.uk
License: UNKNOWN
Description: Gherkin Parser
        ==============
        
        Parses Gherkin BDD feature files. Compatible with Cucumber.
        
        Needs documentation, and testing for edge cases, but is otherwise
        reasonably complete. It has been tested against 150 feature files from the
        Cucumber and Behave BDD projects.
        
        |CILink|_
        
        .. |CILink| image:: https://travis-ci.org/nathforge/gherkin-parser.svg?branch=master
        .. _CILink: https://travis-ci.org/nathforge/gherkin-parser
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
