sourcecodegen 0.6.14

sourcecodegen is a Python library that 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.Usage:The generator works on...