Skip to content

python-rope/ropemode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

912f21a · Jul 21, 2022

History

97 Commits
Jul 18, 2022
Jul 18, 2022
Jul 16, 2022
Dec 3, 2013
Jan 28, 2010
May 16, 2012
Jan 21, 2022
Jul 18, 2022
Jul 21, 2022
Jul 18, 2022
Jul 16, 2022

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