Metadata-Version: 2.1
Name: burpless
Version: 0.1.0
Summary: A gherkin parser that uses LALR instead of regex for parsing
Home-page: https://github.com/strangemachines/burpless
License: GPL-3.0
Author: Jacopo Cascioli
Author-email: jacopo@jacopocascioli.com
Requires-Python: >=3.6,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: lark-parser (>=0.7.2,<0.8.0)
Project-URL: Repository, https://github.com/strangemachines/burpless
