Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 588 Bytes

README.rst

File metadata and controls

18 lines (13 loc) · 588 Bytes

deast: Convert an AST into Python code.

deast is a Python module for converting an abstract syntax tree (AST) into Python code. It provides an implementation of the NodeVisitor base class from the standard library ast module.

License

deast is licensed under the Apache License, version 2.0. See the file LICENSE for the license text.