Metadata-Version: 2.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
Platform: UNKNOWN
Provides-Extra: dev
Requires-Dist: twine; extra == 'dev'
Requires-Dist: nose; extra == 'dev'
Requires-Dist: pep8 (==1.4.6); extra == 'dev'

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).


