Metadata-Version: 1.0
Name: ZestyParser
Version: 0.8.1
Summary: Write less parsing code. Write nicer parsing code. Have fun with it.
Home-page: http://adamatlas.org/2006/12/ZestyParser/
Author: Adam Atlas
Author-email: adam@atlas.st
License: MIT
Description: 
        ZestyParser is a small parsing toolkit for Python. It doesn't use the traditional separated lexer/parser approach, nor does it make you learn a new ugly syntax for specifying grammar. Grammars are built with pure Python objects; its flow is very simple, but can handle nearly any parsing problem you throw at it.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
