Metadata-Version: 2.1
Name: yogit
Version: 1.1.0
Summary: Command line utility for GitHub daily work.
Home-page: https://github.com/hasboeuf/yogit
Author: Adrien Gavignet
Author-email: adrien.gavignet@gmail.com
License: MIT
Description: # yogit
        
        [![Build Status](https://dev.azure.com/hasboeuf/yogit/_apis/build/status/hasboeuf.yogit?branchName=master)](https://dev.azure.com/hasboeuf/yogit/_build/latest?definitionId=1&branchName=master)
        [![Build Status](https://travis-ci.org/hasboeuf/yogit.svg?branch=master)](https://travis-ci.org/hasboeuf/yogit)
        ![License](https://img.shields.io/github/license/mashape/apistatus.svg)
        [![PyPI version](https://badge.fury.io/py/yogit.svg)](https://pypi.org/project/yogit/)
        [![Downloads](https://pepy.tech/badge/yogit)](https://pepy.tech/project/yogit)
        
        Command line utility for git daily work.
        
        ## Requirements
        
        * `Python3` and `pip3`
        * `yogit` is tested with Python `3.5`, `3.6`, `3.7`
        * `yogit` is mostly tested on `Linux` but unittests are passing on `Windows` and `macOS`.
        * For now only GitHub API is supported
        
        ## Continuous integration
        
        * [Azure Pipelines](https://dev.azure.com/hasboeuf/yogit)
        * [TravisCI](https://travis-ci.org/hasboeuf/yogit)
        
        ## Installation
        
        * `pip3 install yogit`
        * `yogit account setup`
        
        `yogit` internal files are stored in `~/.yogit` folder.
        
        ## Principle
        
        `yogit` is able to:
        
        * List your pull requests
        * List reviews you need to look into
        * List your branches
        * Get your GitHub contributions of the day
        
        ## Usage
        
        `yogit --help`
        
        ### Pull request
        
        `yogit pr list`
        
        ### Review
        
        `yogit rv requested`
        
        ### Branch
        
        `yogit br list`
        
        ### SCRUM
        
        `yogit scrum report`
        
        Template of the report can be changed by editing `~/.yogit/scrum_report.yaml`
        
        You might need to install `xcopy` to fully enjoy this command.
        
Keywords: git github utility branch pull requests
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
