Metadata-Version: 1.1
Name: gitorg
Version: 0.5.0
Summary: Use git for organizations!
Home-page: https://github.com/Mariocj89/gitorg
Author: Mario Corchero
Author-email: mariocj89@gmail.com
License: MIT
Description: |PyPI version| |Build Status| |Coverage Status| |Requirements Status|
        |Code Health|
        
        GitOrg
        ======
        
        Tool to organise and synchronise your organisations locally with github
        
        Install
        =======
        
        ``pip install gitorg``
        
        Usage
        =====
        
        ``gitorg`` aims to be as similar as possible to your experience with
        ``git``.
        
        The first time that you run gitorg it will configure the required
        options for you
        
        Examples:
        
        -  Clonning an organization ``gitorg clone <org_or_user_to_clone>``
        -  Checking for new repos ``gitorg status``
        
        Common parameteres
        ==================
        
        The following are parameters that are used by all commands, you can pass
        them as explained in the help or set a environment variable.
        
        +---------------------+--------------------+--------------------------------------------------------------------------------------------------------------------------------------+
        | option              | env var            | description                                                                                                                          |
        +=====================+====================+======================================================================================================================================+
        | token               | GITHUB\_TOKEN      | Github api token, `click here <https://help.github.com/articles/creating-an-access-token-for-command-line-use/>`__ to generate one   |
        +---------------------+--------------------+--------------------------------------------------------------------------------------------------------------------------------------+
        | user                | GITHUB\_USER       | The user to login into github                                                                                                        |
        +---------------------+--------------------+--------------------------------------------------------------------------------------------------------------------------------------+
        | github\_base\_url   | GITHUB\_API\_URL   | Base url of your github instance (set it only for enterprise github)                                                                 |
        +---------------------+--------------------+--------------------------------------------------------------------------------------------------------------------------------------+
        
        Those parameters will be asked the first time you run ``gitorg`` if you
        want the setup wizart to prompt for the config parameters again, run
        ``gitorg configure``
        
        .. |PyPI version| image:: https://badge.fury.io/py/gitorg.svg
           :target: https://badge.fury.io/py/gitorg
        .. |Build Status| image:: https://travis-ci.org/Mariocj89/gitorg.svg?branch=master
           :target: https://travis-ci.org/Mariocj89/gitorg
        .. |Coverage Status| image:: https://coveralls.io/repos/github/Mariocj89/gitorg/badge.svg?branch=master
           :target: https://coveralls.io/github/Mariocj89/gitorg?branch=master
        .. |Requirements Status| image:: https://requires.io/github/Mariocj89/gitorg/requirements.svg?branch=master
           :target: https://requires.io/github/Mariocj89/gitorg/requirements/?branch=master
        .. |Code Health| image:: https://landscape.io/github/Mariocj89/gitorg/master/landscape.svg?style=flat
           :target: https://landscape.io/github/Mariocj89/gitorg/master
        
Keywords: github,sync,workspace
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Version Control
