Metadata-Version: 1.1
Name: nommy
Version: 0.0.1
Summary: A python byte and bit parser inspired by Rust's nom.
Home-page: https://github.com/johannestaas/nommy
Author: Johan Nestaas
Author-email: johannestaas@gmail.com
License: GPLv3
Description: nommy
        =====
        
        A python byte and bit parser inspired by Rust's nom.
        
        Installation
        ------------
        
        From the project root directory::
        
            $ python setup.py install
        
        Usage
        -----
        
        Simply run it::
        
            $ nommy
        
        Use --help/-h to view info on the arguments::
        
            $ nommy --help
        
        Release Notes
        -------------
        
        :0.0.1:
            Project created
        
Keywords: bytes struct nom
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
