Description
Parse and transform Python code using an enhanced backport of lib2to3. It helps formatters, refactoring tools, and migration utilities work with Python syntax trees.
This is a developer tooling library. Automated code changes should be reviewed under version control and tested, because syntax transformation can alter behavior if assumptions are wrong.