Metadata-Version: 1.0
Name: asdl
Version: 0.1.1
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
