Metadata-Version: 1.0
Name: scc
Version: 0.3.1
Summary: OME tools for managing the git(hub) workflow
Home-page: https://github.com/openmicroscopy/snoopycrimecop
Author: The Open Microscopy Team
Author-email: ome-devel@lists.openmicroscopy.org.uk
License: GPLv2
Description: Snoopy Crime Copy (SCC)
        =======================
        
        The scc command provides tools for simplifying the git(hub) workflow.
        
        |Build Status|
        
        Getting Started
        ---------------
        
        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
        
        Brew installation
        -----------------
        
        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
        
        License
        -------
        
        snoopycrimecop is released under the GPL.
        
        Copyright
        ---------
        
        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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Version Control
