Description
Provides parsing and pretty-printing support for Python code in Haskell. Tools can use it to read Python syntax, inspect or transform it, and write formatted code back out.
It is useful for converters, analyzers, generators, refactoring tools, and educational tooling. It is a developer library and does not provide a Python interpreter or editor.