Metadata-Version: 1.1
Name: dothub
Version: 0.5.0
Summary: Manage your github repo as code!
Home-page: https://github.com/Mariocj89/dothub
Author: Mario Corchero
Author-email: mariocj89@gmail.com
License: MIT
Description: |Build Status| |PyPI Version|
        
        dothub
        ======
        
        Stop managing your github configuration through an UI like a mere human
        and do everything through beautiful config YAML files.
        
        dothub allows you to declare your configuration in a config file and
        update it by just updating the file. This allows you to configure your
        labels, collaborators, default repo parameters and other as code and
        have it version controlled.
        
        Install
        =======
        
        ``pip install dothub``
        
        Usage
        =====
        
        The first time you run dothub it will run a wizard to help you configure
        your credentials.
        
        From now on you can pull the config with:
        
        ``dothub repo --organization=org_name --repository=repo_name pull``
        
        ``dothub org --name=org_name pull``
        
        And update your configuration from the localfile with
        
        ``dothub repo --organization=org_name --repository=repo_name push``
        
        ``dothub org --name=org_name push``
        
        Future features
        ===============
        
        This is justa prototype, dothub aims to be the configuration tool for
        your whole github see
        `here <https://github.com/Mariocj89/dothub/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement>`__
        for the features that are going to come available soon.
        
        .. |Build Status| image:: https://travis-ci.org/Mariocj89/dothub.svg?branch=master
           :target: https://travis-ci.org/Mariocj89/dothub
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/dothub.svg
           :target: https://pypi.python.org/pypi/dothub/
        
Keywords: configuration,github,code
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
