Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.14 KB

README.rst

File metadata and controls

48 lines (30 loc) · 1.14 KB

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