Metadata-Version: 1.1
Name: astexport
Version: 1.1.0
Summary: Python command line application to export Python AST as Json.
Home-page: https://github.com/fpoli/python-astexport
Author: Federico Poli
Author-email: federpoli@gmail.com
License: MIT
Description: 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 <federpoli@gmail.com>
        
        Released under the MIT license.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Disassemblers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
