autopep8
A tool that automatically formats Python code to conform to the PEP 8 style guide
A tool that automatically formats Python code to conform to the PEP 8 style guide
To install this package, run one of the following:
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 needs to be formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pycodestyle.
Summary
A tool that automatically formats Python code to conform to the PEP 8 style guide
Last Updated
Sep 22, 2025 at 07:55
License
MIT
Total Downloads
128.5K
Version Downloads
278
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/hhatto/autopep8