Metadata-Version: 1.1
Name: clone-github
Version: 0.10
Summary: Clone github repos in bulk.
Home-page: https://github.com/khilnani/clone-github
Author: khilnani
Author-email: nik@khilnani.org
License: GPLv2
Description: # clone-github
        
        > Clone github repos in bulk
        
        # Instructions
        
        ```
        Usage: clone-github [options]
        
        Options:
          -h, --help                Show this help message and exit
          -o ORG, --org=ORG         Github.com organization name. Assumes Oauth user if
                                    omitted.
          -u USER, --user=USER      Github.com user name. Assumes Oauth user if omitted.
          -t TOKEN, --token=TOKEN   OAuth Access Token.
          -p, --private             List only Private repos. Default is Public.
          -r, --run                 Execute changes. Default is Dry Run.
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
