python-autopep8 1.5.3
Format Python code according to the PEP 8 style guide
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.
- Website: https://github.com/hhatto/autopep8
- Licenses: non-copyleft
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-autopep8 1.5.3
as follows:
guix install python-autopep8@1.5.3
Or install the latest version:
guix install python-autopep8
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.