python-rope / ropemode

Common parts of ropemacs and ropevim.
GNU Lesser General Public License v3.0
15 stars 12 forks source link

======== ropemode

|Build status badge| |Latest version badge|

.. |Build status badge| image:: https://github.com/python-rope/ropemode/actions/workflows/test.yml/badge.svg :target: https://github.com/python-rope/ropemode/actions/workflows/test.yml :alt: Build Status

.. |Latest version badge| image:: https://badge.fury.io/py/ropemode.svg :target: https://badge.fury.io/py/ropemode :alt: Latest version

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

.. _ropevim: https://github.com/python-rope/ropevim .. _rope: https://github.com/python-rope/rope .. _ropemacs: https://github.com/python-rope/ropemacs

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:

.. code:: bash

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

Special Thanks

Many thanks the following people:

.. _@aligrudi: https://github.com/aligrudi