Metadata-Version: 1.0
Name: git-lab
Version: 0.1.0
Summary: sub-command of git for access to gitlab
Home-page: https://github.com/kamekoopa/git-lab
Author: kamekoopa
Author-email: hogehugo@gmail.com
License: Apache 2.0
Description: git-lab
        ========
        gitlabにアクセスするためのgitのサブコマンド
        
        Requirements
        ------------
        Python 2.7
        
        Installation
        ------------
        ``$ pip install git-lab``
        
        Configuration
        -------------
        git configに下記の設定項目を追加する
        
        ::
        
          # git config -l
          gitlab.host=http://host.of.gitlab
          gitlab.private-token=privatetoken
          gitlab.project=namespace/project
        
        
        Usage
        -----
        詳しくはヘルプ
        
        ::
        
           $ git lab requests show {id}
           $ git lab requests list
        
Platform: UNKNOWN
