discovered 03 Aug 2026
yapf
→ View on GitHubYAPF is a Python code formatter that automatically reformats source code to conform to a specified style guide, utilizing an algorithm similar to `clang-format`. Its primary use case is to streamline code formatting, making it easier for developers to maintain consistent styles across their projects. Notable features include support for various formatting styles, recursive file processing, and integration with multiple text editors through plugins.