python-astexport

Export Python AST to JSON

MIT License

Downloads
1.6K
Stars
26
Committers
3

python-astexport

.. image:: https://travis-ci.org/fpoli/python-astexport.svg?branch=master :target: https://travis-ci.org/fpoli/python-astexport

Python command line application to export Python 3 AST as JSON.

Python 2.7 AST was used up to version 0.2.1 of this library.

Installation

.. code-block:: bash

$ pip install astexport

Usage

.. code-block:: bash

$ astexport < example.py > ast.json

.. code-block:: bash

$ astexport --help

License

Copyright (c) 2015, Federico Poli [email protected]

Released under the MIT license.