autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pycodestyle utility to determine what parts of the code need to be formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pycodestyle. Correct deprecated or non-idiomatic Python code (via lib2to3). Use this for making Python 2.7 code more compatible with Python 3. Put a blank line between a class docstring and its first method declaration. Remove blank lines between a function declaration and its docstring.
Features
- Normalize files with mixed line endings
- By default autopep8 only makes whitespace changes
- autopep8 can also use pyproject.toml
- Broad spectrum testing is available
- autopep8 is capable of fixing most of the formatting issues
- It uses the pycodestyle utility to determine what parts of the code need formatting
Categories
Data FormatsLicense
MIT LicenseFollow autopep8
Other Useful Business Software
Try Google Cloud Risk-Free With $300 in Credit
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of autopep8!