AST unparser for Python
An AST unparser for Python. This is a factored out version of unparse found in the Python source distribution; under Demo/parser in Python 2 and under Tools/parser in Python 3.
Homepage: https://github.com/simonpercivall/astunparse
Maintainer: Sebastian Reitenbach <sebastia@openbsd.org>