ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Python​Tidy

by witsch ST2

A Sublime Text 2 plugin for PythonTidy integration

Details

  • 2013.03.12.08.03.23
  • github.​com
  • github.​com
  • 11 years ago
  • 9 minutes ago
  • 12 years ago

Installs

  • Total 15K
  • Win 6K
  • Mac 6K
  • Linux 4K
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

This integrates Chuck Rhode's PythonTidy script from http://pypi.python.org/pypi/PythonTidy/ with the Sublime Text 2 editor. For as long as there is no download available from PyPI, it uses my Github fork at https://github.com/witsch/PythonTidy

Installation

At the moment Git is required to install the plugin. You will need to clone the repository in your Sublime Text "Packages" directory:

$ git clone --recursive https://github.com/witsch/SublimePythonTidy.git

The "Packages" directory is located at:

  • OS X: ~/Library/Application Support/Sublime Text 2/Packages/
  • Linux: ~/.Sublime Text 2/Packages/
  • Windows: %APPDATA%/Sublime Text 2/Packages/

Usage

To reformat your Python source, simply press the keyboard shortcut. It is Ctrl+Alt+Cmd+T on OSX and Ctrl+Alt+Shift+T on Linux and Windows.

The output of PythonTidy can be tweaked to your individual taste or company policy via a configuration file stored at ~/.pythontidy.xml. The complete set of default settings can be dumped using:

$ cd 'Library/Application Support/Sublime Text 2/Packages'
$ python SublimePythonTidy/PythonTidy/runner.py -d

Example settings are available at https://gist.github.com/1240583