This is a command line tool that simplifies creating, building, testing, and running applications.
$ virtualenv venv
$ . venv/bin/activate
$ pip install .
$ pip install coverage pep8 nose
$ nosetests && pep8 rock --show-source --show-pep8
$ python setup.py sdist upload
This work is licensed under the MIT License (see the LICENSE file).
The icon was created by Anuar Zhumaev (CC BY 3.0).