Metadata-Version: 1.1
Name: asdl
Version: 0.1.2
Summary: ASDL parser.
Home-page: https://github.com/fpoli/python-asdl
Author: Federico Poli
Author-email: federpoli@gmail.com
License: PSFL
Description: python-asdl
        =================
        
        Python (2.7 ~ 3.5) library containing the CPython 3.x ASDL parser, cleaned and
        packaged here for convenience.
        
        
        .. image:: https://travis-ci.org/fpoli/python-asdl.svg?branch=master
            :target: https://travis-ci.org/fpoli/python-asdl
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install asdl
        
        
        Usage
        -----
        
        .. code-block:: python
        
            import asdl
            print(asdl.parse("./test/Python.asdl"))
        
        
        License
        -------
        
        Same as CPython: Python Software Foundation License (LICENSE file included
        here).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Compilers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
