GitXplorerGitXplorer
a

cpython-stats

public
15 stars
1 forks
1 issues

Commits

List of commits on branch main.
Verified
40d41a7e18fdb4e208e86f2b590c84e03ee4278d

Update branches to look at

aambv committed 7 months ago
Verified
5c8124edcafe074b2b92b06e83d9d9432a7b8d79

Include `is_core_dev` when creating the table

aambv committed 7 months ago
Verified
42c2efaba1724255cb6f46be85640aa235f29b98

Don't skip lines without a known expert

aambv committed a year ago
Verified
e7c9daf576f3fb8d74fb05060eac85a4e65aec92

Bump deps

aambv committed a year ago
Verified
a9e015bfd434f5180f24e940232b3ab8834c94fd

Make the `contributors` table more powerful

aambv committed 3 years ago
Verified
aa50a8291ab5faf8256492640fa14982cc6ac62b

Add a way to list core devs from the cache DB (if the TOML file was imported)

aambv committed 3 years ago

README

The README file for this repository.

Gathering stats about the python/cpython repository

# Clone the repo
gh repo clone ambv/cpython-stats

# Make a virtualenv
vf new cpython-stats

# Install
cd cpython-stats
poetry install

# Create a .env file
cat >.env
GITHUB_API_TOKEN = ghp_aBCdEFgHIjKLmNOpQRsTUvXYz12345678901
<CTRL-D>

# Import Github PRs
python -m cpython_stats.import_gh_pr

# Import commits from python/cpython Git repo
python -m cpython_stats.import_git_repo

DISCLAIMER: this is provided without support. Any changes in the data sources that require modifications to files in this project are up to you to perform.