autopep8

Format Python code according to the PEP 8 style guide. More information: <https://github.com/hhatto/autopep8>.

Debian Debian
RUN apt-get update && \ apt-get install -y python-autopep8
Ubuntu
RUN apt-get update && \ apt-get install -y python-autopep8
Arch Arch Linux
RUN pacman -S --noconfirm autopep8
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y python-autopep8
Fedora
RUN dnf install -y python-autopep8
Raspbian
RUN apt-get update && \ apt-get install -y python-autopep8
click the source code to copy install autopep8 on any operating system with command-not-found.com