The scc command provides tools for simplifying the git(hub) workflow.
|Build Status|
Under Python 2.7, the only requirement is PyGithub_.
::
$ pip install pygithub
For Python 2.6, you will also need to install argparse_
::
$ pip install argparse
With that, it's possible to execute scc:
::
$ python scc.py
To install the latest release of scc under Homebrew_, use brew
install:
::
$ brew install scc
Or for the latest development version:
::
$ brew install --HEAD scc
snoopycrimecop is released under the GPL.
2012, The Open Microscopy Environment
.. _PyGithub: https://github.com/jacquev6/PyGithub
.. _argparse: http://pypi.python.org/pypi/argparse
.. _Homebrew: http://mxcl.github.com/homebrew/
.. |Build Status| image:: https://travis-ci.org/openmicroscopy/snoopycrimecop.png
:target: http://travis-ci.org/openmicroscopy/snoopycrimecop