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.

Maintainer: Sebastian Reitenbach <sebastia@openbsd.org>

WWW: https://github.com/simonpercivall/astunparse
