Metadata-Version: 1.1
Name: pyRegurgitator
Version: 0.2.1
Summary: pyRegurgitator - Tools for analysing python code
Home-page: http://pythonhosted.org/pyRegurgitator
Author: Eduardo Naufel Schettino
Author-email: schettino72@gmail.com
License: MIT
Description: pyRegurgitator - Tools for analysing python code
        ===================================================
        
        
        Website/docs: http://pythonhosted.org/pyRegurgitator
        
        Code on github: https://github.com/schettino72/pyRegurgitator/
        
        
        
        Tools
        =======
        
         * asdlview: generates a HTML page with python's ASDL info.
         * astview: generates a HTML page with a python module's AST info.
         * py2xml: convert python code to XML.
        
        Check the `docs <http://pythonhosted.org/pyRegurgitator>`_
        
        
        license
        =======
        
        The MIT License
        Copyright (c) 2010-2014 Eduardo Naufel Schettino
        
        see LICENSE file
        
        
        developers / contributors
        ==========================
        
        - Eduardo Naufel Schettino
        
        
        install
        =======
        
        ::
        
         $ pip install pyRegurgitator
        
        or download and::
        
         $ python setup.py install
        
        
        tests
        =======
        
        To run the tests::
        
          $ py.test
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
