Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope 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
The full project documentation can be found in https://sublimerope.rtfd.org/. You can build the documentation just opening a terminal and typing 'make html' on docs directory.
Here you go:
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.
This project uses code from other open source projects (Rope) which may include licenses of their own.