TextMate bundle : Check Python source code formatting, according to PEP-8
Python JavaScript
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Commands
Support
Vendor
.gitignore
README.markdown
info.plist

README.markdown

Python PEP 8

Style Guide for Python Code

  • Check source code formatting, according to : PEP 8
  • Use pep8.py
    • Copyright (C) 2006 Johann C. Rocholl <johann@browsershots.org>

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 ~/Library/Application\ Support/TextMate/Bundles/
git clone git://github.com/ppierre/python-pep8-tmbundle.git "Python PEP8.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'