Library for common functionality between ropevim and ropemacs. See also rope.
Users should not install this package directly, but either ropevim or ropemacs instead.
The following sets up a development environment and run the tests:
pip install -e .
pip install -r test_requirements.txt
pytest
Many thanks the following people:
- Ali Gholami Rudi (@aligrudi) for initially creating the initial rope, ropemode project and most of Rope's code