Description
Source transformations can preserve formatting while refactoring Python code. Developers can parse files into a full syntax tree, inspect nodes, and rewrite code with less risk of losing comments or layout. It is a refactoring library for tools that read and write project source files.