Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedang/rope
A mirror of https://bitbucket.org/vedang/rope which is in turn forked from https://bitbucket.org/agr/rope. I am _not_ going to update this regularly, so I guess the word mirror is misleading.
https://github.com/vedang/rope
Last synced: about 2 months ago
JSON representation
A mirror of https://bitbucket.org/vedang/rope which is in turn forked from https://bitbucket.org/agr/rope. I am _not_ going to update this regularly, so I guess the word mirror is misleading.
- Host: GitHub
- URL: https://github.com/vedang/rope
- Owner: vedang
- License: gpl-2.0
- Created: 2012-01-08T18:59:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-09T05:58:47.000Z (almost 13 years ago)
- Last Synced: 2024-10-07T07:21:07.632Z (3 months ago)
- Language: Python
- Homepage:
- Size: 18.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Contributing: docs/contributing.txt
- License: COPYING
Awesome Lists containing this project
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 nodeGetting 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