python-sourcecodegen

Python source-code generator based on the compiler.ast abstract syntax tree
  http://pypi.python.org/pypi/sourcecodegen/
  0
  no reviews



This package provides a module-level source-code generator which operates on the AST from the built-in compiler.ast module.

Note that this AST is not compatible with the new ast module in Python 2.6.