- 
                Notifications
    
You must be signed in to change notification settings  - Fork 748
 
RelatedTools
        Javier Jardón edited this page Aug 28, 2018 
        ·
        18 revisions
      
    List some packages and tools which depend on pycodestyle, 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
 - Sublime Text (August 2012) https://github.com/dreadatour/Flake8Lint (
pep8,pyflakes,mccabe) - Kate (March 2012) https://github.com/goinnn/Kate-plugins
 - Spyder (<2012): Pycodestyle and Pyflakes built in natively
 
and for flake8:
- TextMate (May 2011) https://github.com/rozza/python-flake8-tmbundle
 - Emacs (July 2011) https://github.com/purcell/flymake-python-pyflakes
 - Vim (February 2012) https://github.com/nvie/vim-flake8
 - Vim (October 2012) https://github.com/alfredodeza/khuno.vim
 - Gedit (October 2012) https://github.com/khertan/gedit_flake8
 - Vim (February 2013) https://github.com/andviro/flake8-vim
 
- violations (Jenkins-ci) (August 2007) https://wiki.jenkins-ci.org/display/JENKINS/Violations
 - hghooks (June 2010) http://pypi.python.org/pypi/hghooks
 - flake8 (August 2010) http://pypi.python.org/pypi/flake8
 - pytest-pycodestyle (December 2010) https://pypi.org/project/pytest-pycodestyle/
 - pygithooks (September 2011) https://github.com/lumberlabs/pygithooks
 - tissue (nose) (October 2011) https://github.com/jkoelker/tissue
 - unilint (June 2012) https://github.com/tkruse/unilint
 
- pyflakes (September 2004) http://pypi.python.org/pypi/pyflakes
 - mccabe (February 2013) https://pypi.python.org/pypi/mccabe
 - pep8-naming (February 2013) https://pypi.python.org/pypi/pep8-naming
 
- isort (September 2013) https://pypi.python.org/pypi/isort
 - 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
 - autoflake (December 2012) https://github.com/myint/autoflake
 - formatter2 (November 2014) https://github.com/WoLpH/python-formatter
 - YAPF (March 2015) https://github.com/google/yapf
 
Other tools related to code quality and standard compliance
- Frosted https://pypi.python.org/pypi/frosted
 - pyflakes http://pypi.python.org/pypi/pyflakes
 - pychecker http://pychecker.sourceforge.net/
 - pylint http://pypi.python.org/pypi/pylint
 - pysmell http://pypi.python.org/pypi/pysmell
 - Python Plugin (http://docs.codehaus.org/display/SONAR/Python+Plugin) for Sonar (http://www.sonarsource.org/)