Metadata-Version: 2.1
Name: teampulls
Version: 0.2.2
Summary: teampulls lists all of the pull requests for a list of users and repositories and highlights the old ones in red.
Home-page: https://github.com/brejoc/teampulls
Author: Jochen Breuer
Author-email: jbreuer@suse.de
Maintainer: Jochen Breuer
Maintainer-email: jbreuer@suse.de
License: GPLv3
Keywords: Github Pull Requests team
Platform: any
Description-Content-Type: text/markdown
License-File: LICENSE

# What is it?

teampulls lists all of the pull requests for a list of users and repositories. On top of that every pull requests that is older than 14 days is printed in red.

# Getting started

## Installation

### Pypi

```
pip install teampulls
```

### openSUSE RPM package

I'm currently building packages for Tumbleweed and Leap 15.1 on [OBS](https://software.opensuse.org/package/teampulls?search_term=teampulls). These packages ship the example config in `/etc/teampulls.toml`.

## Edit the settings file

Please copy the [`teampulls.toml`](https://github.com/brejoc/teampulls/blob/master/teampulls.toml) either to `/etc/teampulls.toml` or to `~/.teampulls.toml`. Now you'll have to add the users and repositories you are interested in. You also need a Github API token, that can either be set in the settings file or via the environment variable `GITHUB_TOKEN_GALAXY`.

## Get the pull requests

To get the list of pull requests you can execute `teampulls`.

<img src="https://raw.githubusercontent.com/brejoc/teampulls/master/doc/screenshot1.png" />
