ropemode

a helper for using rope refactoring library in IDEs


License
GPL-3.0
Install
pip install ropemode==0.6.1

Documentation

ropemode

Build Status

Library for common functionality between ropevim and ropemacs. See also rope.

Users should not install this package directly, but either ropevim or ropemacs instead.

Contributing

The following sets up a development environment and run the tests:

pip install -e .
pip install -r test_requirements.txt
pytest

Special Thanks

Many thanks the following people:

  • Ali Gholami Rudi (@aligrudi) for initially creating the initial rope, ropemode project and most of Rope's code