Skip to content

python-rope/ropemode

Repository files navigation

ropemode

Build Status Latest version

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