More unit tests
[codimension.git] / thirdparty / rope-0.9.4 / PKG-INFO
blob7a3ad1597b46e767c8454a1bc4e6205744eab856
1 Metadata-Version: 1.1
2 Name: rope
3 Version: 0.9.4
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
8 License: GNU GPL
9 Description: 
10         ========================================
11          rope, a python refactoring library ...
12         ========================================
13         
14         
15         Overview
16         ========
17         
18         `Rope`_ is a python refactoring library.
19         
20         .. _`rope`: http://rope.sf.net/
21         
22         
23         New Features
24         ============
25         
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
31         
32         
33 Platform: UNKNOWN
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