python-codegen

Extension to ast that allows AST -> Python code generation
  https://github.com/andreif/codegen
  0
  no reviews



The codegen module converts a abstract syntax tree (AST) back into Python source code. This is useful for debugging purposes, especially when dealing with custom ASTs not generated by Python itself.