Display statistics of pull request reviewers for your project
Project description
Provides meaningful insights into your pull requests since 2018
Installation
System
Install and update using pip:
$ pip install reviewio
Reviewio supports Python 3.4 and newer.
Local and development
Make sure you have python and python-pip installed. From the project folder run:
$ pip install -r requirements.txt
Configuration
This tool uses PyGithub
library for communication with GitHub. Authentication is handled by providing the environmental variable GITHUB_TOKEN
which should be generated using instructions from github help pages.
export GITHUB_TOKEN='{TOKEN}'
Usage
In order to calculate stats, you'll need to supply the project name.
The most basic usage:
$ reviewio show REPO_NAME
Filters
It's possible to filter out only the pull requests you're interested in by using following set of parameters.
name | options | default | description |
---|---|---|---|
state |
open, closed, all | open | Select only pull requests with a given state. |
weight-method |
changes, simple | changes | By default weights of pull requests are calculated based on introduced number of changes (sum of additions and deletions). Simple option counts each pull request with equal weight. |
younger-than |
week, month, year, all | month | Taking into account pull requests younger than a specified period. |
label |
labels used in the repository | Allows you to filter pull requests using multiple labels. |
Examples
$ reviewio show django/django
Processing Pull Requests [####################################] 100%
Reviewers ranking:
$ reviewio show django/django
Processing Pull Requests [####################################] 100%
Reviewers ranking:
adamchainz [#######-------------------------------------] 16.0% (649)
evildmp [####----------------------------------------] 10.9% (440)
charettes [####----------------------------------------] 9.3% (376)
auvipy [###-----------------------------------------] 7.7% (314)
apollo13 [###-----------------------------------------] 7.2% (290)
gilmarsoares-luizalabs [##------------------------------------------] 6.6% (268)
vitorcapuano-luizalabs [##------------------------------------------] 6.6% (268)
ariadyne-luizalabs [##------------------------------------------] 6.6% (268)
carltongibson [##------------------------------------------] 6.1% (248)
jarshwah [##------------------------------------------] 5.9% (241)
felixxm [##------------------------------------------] 4.9% (197)
MarkusH [##------------------------------------------] 4.6% (185)
claudep [#-------------------------------------------] 3.1% (126)
rochacbruno [#-------------------------------------------] 2.7% (111)
ryanhiebert [--------------------------------------------] 1.1% (46)
levidyrek [--------------------------------------------] 0.6% (26)
Creators ranking:
orf [####----------------------------------------] 10.8% (2332)
evildmp [##------------------------------------------] 5.2% (1133)
arthurio [#-------------------------------------------] 3.7% (806)
codingjoe [#-------------------------------------------] 3.6% (784)
chris-griffin [#-------------------------------------------] 3.6% (770)
claudep [#-------------------------------------------] 3.3% (713)
charettes [#-------------------------------------------] 3.1% (674)
dspechnikov [#-------------------------------------------] 3.0% (643)
tarkatronic [#-------------------------------------------] 2.4% (523)
santiagobasulto [--------------------------------------------] 2.3% (487)
atombrella [--------------------------------------------] 2.2% (466)
luto [--------------------------------------------] 2.0% (440)
srinivasreddy [--------------------------------------------] 2.0% (425)
astandley [--------------------------------------------] 1.8% (389)
...
Hint
You can use this super-secret commands:
- To get a list of repositories
$ reviewio repos
- To get a list of labels for a given repository
$ reviewio labels django/django
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file reviewio-0.2.1.tar.gz
.
File metadata
- Download URL: reviewio-0.2.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c0151b7b82c0a1cdb5d1417b16239bebc7e2bb7e04b0b82bc7dcb7e7fc266881
|
|
MD5 |
981764644152b39167c838e95a274a5e
|
|
BLAKE2b-256 |
556c45f7c644973cd1dc868ce0959104af7cf05044cd69a9b3eda22109d64de9
|