Metadata-Version: 1.0
Name: github-repos-cloner
Version: 0.0.2
Summary: Clone all the github repos for backup purposes
Home-page: https://github.com/aclark4life/github_repos_cloner
Author: Alex Clark
Author-email: aclark@aclark.net
License: GPL
Description: 
        Org Repo Cloner
        ===============
        
        Because GitHub delete is permanent.
        
        Motivation
        ----------
        
        Yes there are others, now there is this one too.
        
        Todo
        ----
        
        - Explain motivation better.
        
        Install
        -------
        
        Install::
        
            $ {easy_install, pip} github_repo_cloner
        
        Usage
        -----
        
        Use like so::
        
            $ github_repo_cloner USER_OR_ORG
        
        Example
        -------
        
        In this example, all of the plone org's repos will be cloned/updated to the cwd::
        
            $ github_repo_cloner plone
        
        History
        =======
        
        0.0.2 - 2012/08/02
        ------------------
        
        - Metadata fix
        
        0.0.1 - 2012/08/02
        ------------------
        
        - First release
        
Keywords: backup clone git organization
Platform: UNKNOWN
Classifier: Environment :: Console
