Skip to content

TextMate bundle : Check Python source code formatting, according to PEP-8

Notifications You must be signed in to change notification settings

asldevi/python-pep8-tmbundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python PEP 8

Style Guide for Python Code

Usage : Use checkbook in upper-right to toggle display of code and PEP recommendation. Put list of error code to hide in textfield.

  • Command for formating to 4-space indents, no hard tab characters and triming excess spaces
  • Use reindent.py script from Python distribution
    • public domain, by Tim Peters

Installation :

cd /Applications/TextMate.app/Contents/SharedSupport/Bundles/
git clone git://github.com/ppierre/python-pep8-tmbundle.git "Python PEP8.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

About

TextMate bundle : Check Python source code formatting, according to PEP-8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.3%
  • JavaScript 4.7%