Metadata-Version: 1.1
Name: asdl
Version: 0.1.3
Summary: A copy of the ASDL parser used in CPython 3.5.
Home-page: https://github.com/fpoli/python-asdl
Author: Federico Poli
Author-email: federpoli@gmail.com
License: PSFL
Description: python-asdl
        =================
        
        .. image:: https://travis-ci.org/fpoli/python-asdl.svg?branch=master
            :target: https://travis-ci.org/fpoli/python-asdl
        
        A copy of the ASDL parser used in CPython 3.5, cleaned a bit and packaged here.
        
        
        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: Operating System :: OS Independent
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
