agr / rope (http://rope.sf.net/)

A python refactoring library

Clone this repository (size: 3.3 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/agr/rope/
commit 1576: 39363e73bfd3
parent 1575: 61451fedd850
support for lambdas in codeassist and get_calltip. original patch by Darren Hoo trunktip
angri
72 minutes ago
View at rev
rope /
filename size last modified message
docs  
rope  
ropetest  
.hgignore 34 B 14 months ago added .hgignore
.hgtags 887 B 6 weeks ago Added tag 0.9.3 for changeset f8e015405cf4
CONTRIBUTORS 432 B 8 months ago CONTRIBUTORS: add Anton Gritsay <general@angri.ru>
COPYING 17.6 KB 2 years ago docs: updated COPYING
MANIFEST.in 137 B 2 years ago Removed non-library files
README.txt 1.4 KB 7 weeks ago README: update new features section
setup.py 1.3 KB 10 months ago setup.py: don't include docs as package data

README

========================================
 rope, a python refactoring library ...
========================================


Overview
========

`Rope`_ is a python refactoring library.

.. _`rope`: http://rope.sf.net/


New Features
============

* codeassist: better handling of unicode in docstrings
* codeassist: handling builtin unknowns, such as sys.stdout
* codeassist: proposals scopes and types revised
* fscommands: handle hg crew ui changes
* patchedast: handle ExtSlice node

Getting Started
===============

* List of features: `docs/rope.txt`_
* Overview of some of rope's features: `docs/overview.txt`_
* Using as a library: `docs/library.txt`_
* Contributing: `docs/contributing.txt`_

To change your project preferences edit
``$PROJECT_ROOT/.ropeproject/config.py`` where ``$PROJECT_ROOT`` is
the root folder of your project (this file is created the first time
you open a project).


Bug Reports
===========

Send your bug reports and feature requests to `rope-dev (at)
googlegroups.com`_.

.. _`rope-dev (at) googlegroups.com`: http://groups.google.com/group/rope-dev


License
=======

This program is under the terms of GPL (GNU General Public License).
Have a look at ``COPYING`` file for more information.


.. _`docs/rope.txt`: docs/rope.html
.. _`docs/overview.txt`: docs/overview.html
.. _`docs/contributing.txt`: docs/contributing.html
.. _`docs/library.txt`: docs/library.html