roper

A CLI tool for the roper library.


License
GPL-3.0
Install
pip install roper==0.1.5

Documentation

roper

A CLI refactoring tool using the 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