-
Notifications
You must be signed in to change notification settings - Fork 748
Home
florentx edited this page Jun 26, 2012
·
13 revisions
Welcome to the pep8 wiki!
Simple Python style checker in one Python file.
pep8
is a tool to check your Python code against some of the style conventions in PEP-8
This is the list of error codes as of pep8
version 1.3.2.
List the known packages and tools which depend on pep8, or related to Python code quality.
- TextMate (March 2009) https://github.com/ppierre/python-pep8-tmbundle
- Emacs (February 2010) https://github.com/akaihola/flymake-python
- Vim (January 2011) https://github.com/jbking/vim-pep8
- SublimeText (May 2011) https://github.com/vorushin/sublimetext_python_checker
- Kate (March 2012) http://pypi.python.org/pypi/Kate-plugins
- hghooks (June 2010) http://pypi.python.org/pypi/hghooks
- flake8 (August 2010) http://pypi.python.org/pypi/flake8
- pytest-pep8 (December 2010) http://pypi.python.org/pypi/pytest-pep8
- pygithooks (September 2011) https://github.com/lumberlabs/pygithooks
- tissue (nose) (October 2011) https://github.com/jkoelker/tissue
- reindent (October 2000) http://pypi.python.org/pypi/Reindent
- autopep8 (December 2010) https://github.com/hhatto/autopep8
- pep8ify (March 2012) https://github.com/spulec/pep8ify
Other tools related to code quality and standard compliance
- pyflakes http://pypi.python.org/pypi/pyflakes
- pychecker http://pychecker.sourceforge.net/
- pylint http://pypi.python.org/pypi/pylint