pyRegurgitator

Tools for analysing python code

MIT License

Downloads
66
Stars
19

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

Package Rankings
Top 33.56% on Pypi.org
Related Projects