github-pr-stats
github-pr-stats copied to clipboard
Various statistics on the pull requests in a repo.
Bumps [requests](https://github.com/requests/requests) from 2.2.1 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
Add support for two factor authentication. Register a callback function to handle two factor authentication requests. In the callback, generate a command line prompt for a 2FA key.
https://pypi.org/project/distribute/#description Distribute is a legacy package. It is a simple compatibility layer that installs Setuptools 0.7+.
This is only solved if I enable "issues" on the repo $ github-pr-stats --basic Traceback (most recent call last): File "/usr/local/bin/github-pr-stats", line 151, in bucketSize=arguments['--bucketSize'], plugins=arguments['--plugins'], url=githubUrl) File "/Library/Python/2.7/site-packages/github_pr_stats/github_pr_stats.py", line...
My GitHub account has 2-factor authentication, which causes this program to fail: ``` Traceback (most recent call last): File "/usr/bin/github-pr-stats", line 79, in note_url='https://github.com/xiongchiamiov/github-pr-stats') File "/usr/lib/python2.6/site-packages/github3/api.py", line 34, in authorize...
the argument clearly marked as “user” is actually the GitHub user or organization that owns the repository you’re interested in generating stats for.
On a repository with a large number of pulls (somewhere around 1.5k), we run out of the 5000 API calls we get in an hour, at which point the script...
Bumps [requests](https://github.com/psf/requests) from 2.2.1 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...