4 Summary: a python refactoring library...
5 Home-page: http://rope.sf.net/
6 Author: Ali Gholami Rudi
7 Author-email: aligrudi@users.sourceforge.net
10 ========================================
11 rope, a python refactoring library ...
12 ========================================
18 `Rope`_ is a python refactoring library.
20 .. _`rope`: http://rope.sf.net/
26 * codeassist: better handling of unicode in docstrings
27 * codeassist: handling builtin unknowns, such as sys.stdout
28 * codeassist: proposals scopes and types revised
29 * fscommands: handle hg crew ui changes
30 * patchedast: handle ExtSlice node
34 Classifier: Development Status :: 4 - Beta
35 Classifier: Operating System :: OS Independent
36 Classifier: Environment :: X11 Applications
37 Classifier: Environment :: Win32 (MS Windows)
38 Classifier: Environment :: MacOS X
39 Classifier: Intended Audience :: Developers
40 Classifier: License :: OSI Approved :: GNU General Public License (GPL)
41 Classifier: Natural Language :: English
42 Classifier: Programming Language :: Python
43 Classifier: Topic :: Software Development