Metadata-Version: 1.1
Name: ropevim
Version: 0.5.0
Summary: A vim plugin for using rope python refactoring library
Home-page: http://rope.sf.net/ropevim.html
Author: Matej Cepl
Author-email: mcepl@cepl.eu
License: GNU GPL
Description: 
        
        **Note:** *Please note that this project has been moved to* `GitHub python-rope / ropevim`_
        
        .. _GitHub python-rope / ropevim: https://github.com/python-rope/ropevim
        
        
        ======================
         ropevim, rope in vim
        ======================
        
        Ropevim is a vim mode that uses rope_ library to provide features like
        python refactorings and code-assists.  You should install rope_
        library before using ropevim.
        
        .. _rope: http://rope.sf.net/
        
        
        New Features
        ============
        
        * improved support of multibyte sources
        * implemented `extended complete` feature (disabled by default)
        * ropemode is not the part of distribution now
        
        
        
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
Requires: ropemode
