Contributing to Fussy ===================== Fussy is a very young project, so feel free to pitch in if you have things you want to share. The code is hosted on `Launchpad`_ and managed using `bzr`. You can email the `author`_ as well. .. _`Launchpad`: https://launchpad.net/fussy .. _`author`: http://www.vrplumber.com/ Source code installation for contribution/extension: .. code-block:: bash $ apt-get install bzr tar rsync gnupg $ virtualenv fussy-env $ source fussy-env/bin/activate $ bzr branch lp:fussy $ cd fussy $ python setup.py develop $ pip install nose globalsub mockproc coverage $ cd tests $ ./covertest.sh Feel free to issue pull requests in Launchpad if you have enhancements you feel you need.