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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of autopep8!