Metadata-Version: 1.0
Name: ZestyParser
Version: 0.4.1
Summary: A simple but highly flexible approach to parsing
Home-page: http://adamatlas.org/2006/12/ZestyParser
Author: Adam Atlas
Author-email: adam@atlas.st
License: GPL
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. It is based entirely on Python regular expressions and callbacks; its flow is very simple, but can accomodate a vast array of parsing situations.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
