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

A python refactoring library; py3k branch.

Clone this repository (size: 3.4 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/agr/rope_py3k/
commit 798: dea8b62c2141
parent 797: bf687397de8f
child 799: 60d72b3b1b55
Updated docs trunk0.7.2
Ali Gholami Rudi
2 years ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
rope_py3k /
filename size last modified message
docs  
rope  
ropetest  
.hgtags 92 B 2 years ago Added tag 0.7.1 for changeset 21d026b27205
COPYING 17.6 KB 4 years ago Adding license
MANIFEST.in 137 B 2 years ago Removed non-library files
README.txt 1.8 KB 2 years ago Updated docs
setup.py 1.5 KB 2 years ago Added missing imports to setup.py

README

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


Overview
========

`Rope`_ is a python refactoring library.

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


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


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/rope.txt`: docs/overview.html
.. _`docs/contributing.txt`: docs/contributing.html
.. _`docs/library.txt`: docs/library.html