Metadata-Version: 1.1
Name: formast
Version: 0.1.0a0
Summary: FormAST exposes file format descriptions through a simple API.
Home-page: https://github.com/amorilia/formast
Author: Amorilia
Author-email: amorilia@users.sourceforge.net
License: BSD
Download-URL: https://github.com/amorilia/formast/downloads
Description: FormAST exposes file format descriptions through a simple API.
        
        FormAST stands for *file format abstract syntax tree*.
        It's primary purpose is to expose the abstract syntax tree
        of a file format description.
        
        The library is still in alpha stage, and is not yet ready for
        production use. The API is still subject to discussion and might
        change drastically in future releases.
        
Keywords: file format,abstract syntax tree
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Operating System :: OS Independent
