**SublimeRope**
===========================

**Sublime Text 3 Support**: I started a complete rewrite of this plugin for ST3, which is a lot faster and easier to use, although it does not have all the features of SublimeRope yet. It's called SublimePythonIDE and you can find it [here](http://github.com/JulianEberius/SublimePython/).

Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the [Rope](http://rope.sourceforge.net/) library.

I have tested it on the latest dev build. It seems to work equally well on OSX, Linux and Windows, though I mostly test on OSX.
No guarantees here!

Copyright (C) 2011 Julian Eberius

Documentation
-------------
The full project documentation can be found in [https://sublimerope.rtfd.org/](https://sublimerope.rtfd.org/). You can build the documentation just opening a terminal and typing 'make html' on docs directory.



Donations
---------

Here you go:

[![PayPal - The safer, easier way to pay online!](https://www.paypalobjects.com/WEBSCR-640-20110429-1/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/us/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EVBU58TZPQH8J)

License:
--------

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Have a look at "LICENSE.txt" file for more information.

EXTERNAL LICENSES
-----------------
This project uses code from other open source projects (Rope)
which may include licenses of their own.