Metadata-Version: 1.0
Name: rope
Version: 0.7.8
Summary: a python refactoring library...
Home-page: http://rope.sf.net/
Author: Ali Gholami Rudi
Author-email: aligrudi@users.sourceforge.net
License: GNU GPL
Description: 
        ========================================
        rope, a python refactoring library ...
        ========================================
        
        
        Overview
        ========
        
        `Rope`_ is a python refactoring library.
        
        .. _`rope`: http://rope.sf.net/
        
        
        New Features
        ============
        
        * extracting functions ending with a return statement
        * handling future imports in organize imports
        * more intelligent import addition in introduce factory and move global
        
        * reporting errors for exceptional conditions in usefunction
        * fixed a few problems on windows
        * organize import and builtin dynload modules on unix
        * ignoring comments for finding primaries in codeanalyze
        
        * moved ImportOrganizer to rope.refactor.importutils
        * moved ModuleToPackage to rope.refactor.topackage
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Environment :: X11 Applications
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
