Metadata-Version: 1.1
Name: PPeg
Version: 0.9.1
Summary: A Python port of Lua's LPeg pattern matching library
Home-page: https://bitbucket.org/pmoore/ppeg
Author: Alex Willmer
Author-email: alex@moreati.org.uk
License: MIT
Description: ====
        PPeg
        ====
        
        *PPeg* is a pattern matching library for Python, based on
        `Parsing Expression Grammars`_ (PEGs).
        It's a port of the Lua's `LPeg`_ library.
        
        .. _Parsing Expression Grammars: https://en.wikipedia.org/wiki/Parsing_expression_grammar
        .. _LPeg: http://www.inf.puc-rio.br/~roberto/lpeg/
        
        Modules
        =======
        
        - _cpeg.c
        - _ppeg.c
            - includes lpeg.c
        
Keywords: parsing peg grammar regex
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Text Processing :: General
