Metadata-Version: 1.1
Name: github-client
Version: 0.2.2
Summary: github client for github.com
Home-page: https://github.com/fraoustin/github_client.git
Author: FrÃ©dÃ©ric Aoustin
Author-email: fraoustin@gmail.com
License: UNKNOWN
Description: github_cli
        ==========
        
        github is a command for managing your project on github.com
        
        Installation
        ------------
        
        ::
        
            pip install github_client
                
        Or
        
        ::
        
            git clone https://github.com/fraoustin/github_cli.git
            cd github_cli
            python setup.py install
        
        Usage
        -----
        
        github has a list of verb:
        
        - repos / ls
        - repo
        - edit
        - create
        - rm
        - branch
        
        for sample
        
        ::
        
            github ls fraoustin
            github rm test -u fraoustin/mypassword
        
        You can managing parameters of shcs-cli by ~/.github/conf.py file or
        the environment variables starting with GITHUB
        
        github search name of repository by
        
        - parameter
        - directory (search .git/config)
        
        github use parameter command before environment variables before conf.py 
        
        list of parameters (and environment variables)
        
        - GITHUB_URL
        - GITHUB_USER
        - GITHUB_PASSWORD
        
        
        FEATURE
        =======
        
        - manage issue
        
        V. 0.2.2
        ========
        
        - hotfix for python27 and python3* on search repo
        
        V. 0.2.1
        ========
        
        - correction of config
        
        V. 0.2.0
        ========
        
        - change name of package: github_cli move to github_client
        
        V. 0.1.0
        ========
        
        - list of my project
        - list of project of owner
        - info on project
        - create project
        - edit project
        - delete project
        
        
        V. 0.0.1
        ========
        
        - init
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Documentation
