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.
$ pip install astexport$ astexport < example.py > ast.json$ astexport --helpCopyright (c) 2015, Federico Poli <federpoli@gmail.com>
Released under the MIT license.