autopep8-3.7

tool that automatically formats Python code to conform to PEP 8

Install

All systems
curl cmd.cat/autopep8-3.7.sh
Debian Debian
apt-get install python3-autopep8
Ubuntu
apt-get install python3-autopep8
image/svg+xml Kali Linux
apt-get install python3-autopep8
Fedora
dnf install python3-autopep8
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-autopep8

python3-autopep8

tool that automatically formats Python code to conform to PEP 8

autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pep8 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 pep8. This package is for Python3.