beat-no / roper

GNU General Public License v3.0
0 stars 0 forks source link

===== roper

A CLI refactoring tool using the rope <https://github.com/python-rope/rope>_ library.

Install

To install for the current user, do::

$ pip install --user roper

Develop

To prepare for development, do::

$ git clone https://github.com/beat-no/roper.git
$ cd roper
$ mkvirtualenv roper

Releasing new versions of the package is handled by sykel. To install, do::

$ pip install --user sykel

To preapre a release, do::

$ sykel version.bump
$ sykel package.clean package.build
$ sykel package.publish

Alternatives

IDEs

Editor plugins

Libraries

Resources