Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
8 of 391 committers (2.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.6%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Typed interactions with the GitHub API v3
Basic Info
- Host: GitHub
- Owner: PyGithub
- License: lgpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://pygithub.readthedocs.io/
- Size: 19.1 MB
Statistics
- Stars: 7,492
- Watchers: 114
- Forks: 1,851
- Open Issues: 350
- Releases: 49
Topics
Metadata Files
README.md
PyGitHub
PyGitHub is a Python library to access the GitHub REST API. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.
Install
bash
pip install PyGithub
Simple Demo
```python from github import Github
Authentication is defined via github.Auth
from github import Auth
using an access token
auth = Auth.Token("access_token")
First create a Github instance:
Public Web Github
g = Github(auth=auth)
Github Enterprise with custom hostname
g = Github(base_url="https://{hostname}/api/v3", auth=auth)
Then play with your Github objects:
for repo in g.getuser().getrepos(): print(repo.name)
To close connections after use
g.close() ```
Documentation
More information can be found on the PyGitHub documentation site.
Development
Contributing
Long-term discussion and bug reports are maintained via GitHub Issues. Code review is done via GitHub Pull Requests.
For more information read CONTRIBUTING.md.
Maintainership
We're actively seeking maintainers that will triage issues and pull requests and cut releases. If you work on a project that leverages PyGitHub and have a vested interest in keeping the code alive and well, send an email to someone in the MAINTAINERS file.
Owner
- Name: PyGithub
- Login: PyGithub
- Kind: organization
- Repositories: 1
- Profile: https://github.com/PyGithub
GitHub Events
Total
- Create event: 154
- Release event: 3
- Issues event: 122
- Watch event: 538
- Delete event: 139
- Issue comment event: 402
- Push event: 196
- Pull request review comment event: 278
- Pull request review event: 291
- Pull request event: 361
- Fork event: 111
Last Year
- Create event: 154
- Release event: 3
- Issues event: 122
- Watch event: 538
- Delete event: 139
- Issue comment event: 402
- Push event: 196
- Pull request review comment event: 278
- Pull request review event: 291
- Pull request event: 361
- Fork event: 111
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Vincent Jacques | v****t@v****t | 941 |
| Steve Kowalik | s****n@w****g | 186 |
| Enrico Minack | g****b@e****v | 163 |
| Wan Liuyang | t****e@g****m | 110 |
| Trim21 | t****e@g****m | 84 |
| AKFish | a****h@g****m | 67 |
| Jannis Gebauer | j****b@m****m | 27 |
| martinqt | m****2@l****t | 18 |
| Jirka Borovec | 6****a | 13 |
| Jimmy Zelinskie | j****e@g****m | 10 |
| Enix Yu | e****3@1****m | 10 |
| Thialfihar | t****i@t****g | 7 |
| Aaron Levine | a****n@s****v | 7 |
| Adam Baratz | a****z@g****m | 6 |
| Hugo | h****k | 6 |
| Jonathan Leitschuh | j****h@g****m | 6 |
| Anuj Bansal | b****6@g****m | 5 |
| Florent Clarret | f****t@g****m | 5 |
| Jacopo Notarstefano | j****o@g****m | 5 |
| Maarten Fonville | m****e | 5 |
| davidbrai | d****i@g****m | 5 |
| Benjamin K | 5****1 | 5 |
| @tmshn | t****n@r****p | 5 |
| Bill Napier | n****r@p****m | 4 |
| Raihaan | 3****e | 4 |
| Tim Gates | t****s@i****m | 4 |
| dependabot[bot] | 4****] | 4 |
| Chris de Graaf | c****f@g****m | 4 |
| Jason White | j****e | 4 |
| Huw Jones | h****w@p****m | 4 |
| and 361 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 345
- Total pull requests: 809
- Average time to close issues: 9 months
- Average time to close pull requests: 3 months
- Total issue authors: 303
- Total pull request authors: 212
- Average comments per issue: 2.29
- Average comments per pull request: 1.92
- Merged pull requests: 468
- Bot issues: 1
- Bot pull requests: 24
Past Year
- Issues: 79
- Pull requests: 383
- Average time to close issues: 27 days
- Average time to close pull requests: 11 days
- Issue authors: 69
- Pull request authors: 65
- Average comments per issue: 0.58
- Average comments per pull request: 0.91
- Merged pull requests: 256
- Bot issues: 1
- Bot pull requests: 12
Top Authors
Issue Authors
- EnricoMi (14)
- HugoPBrito (4)
- webknjaz (4)
- testworksau (3)
- Xiaoven (3)
- trim21 (3)
- heitorPB (3)
- IAmHughes (3)
- jodelasur (3)
- ahmad88me (2)
- xtuchyna (2)
- carlescufi (2)
- Abe410 (2)
- zhighleggett (2)
- JLLeitschuh (2)
Pull Request Authors
- EnricoMi (287)
- trim21 (72)
- dependabot[bot] (24)
- uniswap-collab (18)
- billnapier (13)
- treee111 (12)
- Borda (11)
- xmo-odoo (10)
- JLLeitschuh (7)
- lazka (7)
- jodelasur (6)
- dblanchette (5)
- minrk (4)
- boomanaiden154 (4)
- heitorpolidoro (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 24
-
Total downloads:
- pypi 44,616,896 last-month
- Total docker downloads: 26,322,060
-
Total dependent packages: 294
(may contain duplicates) -
Total dependent repositories: 3,022
(may contain duplicates) - Total versions: 304
- Total maintainers: 6
pypi.org: pygithub
Use the full Github API v3
- Documentation: https://pygithub.readthedocs.io/en/stable/
- License: GNU Library or Lesser General Public License (LGPL)
-
Latest release: 2.8.1
published 6 months ago
Rankings
Maintainers (3)
alpine-v3.18: py3-pygithub-pyc
Precompiled Python bytecode for py3-pygithub
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 1.58.1-r1
published almost 3 years ago
Rankings
Maintainers (1)
alpine-v3.18: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 1.58.1-r1
published almost 3 years ago
Rankings
Maintainers (1)
alpine-edge: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 2.6.1-r0
published 10 months ago
Rankings
Maintainers (1)
alpine-v3.13: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 1.53-r0
published over 5 years ago
Rankings
Maintainers (1)
alpine-v3.15: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 1.53-r1
published almost 5 years ago
Rankings
Maintainers (1)
alpine-edge: py3-pygithub-pyc
Precompiled Python bytecode for py3-pygithub
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 2.6.1-r0
published 10 months ago
Rankings
Maintainers (1)
conda-forge.org: pygithub
- Homepage: http://pygithub.github.io/PyGithub
- License: LGPL-3.0-only
-
Latest release: 1.54.1
published about 5 years ago
Rankings
alpine-v3.16: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 1.55-r0
published about 4 years ago
Rankings
Maintainers (1)
alpine-v3.17: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 1.57-r0
published over 3 years ago
Rankings
Maintainers (1)
alpine-v3.14: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 1.53-r1
published almost 5 years ago
Rankings
Maintainers (1)
proxy.golang.org: github.com/PyGithub/PyGithub
- Documentation: https://pkg.go.dev/github.com/PyGithub/PyGithub#section-documentation
- License: lgpl-3.0
-
Latest release: v2.8.0+incompatible
published 6 months ago
Rankings
proxy.golang.org: github.com/pygithub/pygithub
- Documentation: https://pkg.go.dev/github.com/pygithub/pygithub#section-documentation
- License: lgpl-3.0
-
Latest release: v2.7.0+incompatible
published 7 months ago
Rankings
pypi.org: pygithub-redux
Use the full Github API v3
- Homepage: http://pygithub.github.io/PyGithub/v1/index.html
- Documentation: https://pygithub-redux.readthedocs.io/
- License: UNKNOWN
-
Latest release: 1.33.0
published over 9 years ago
Rankings
Maintainers (1)
anaconda.org: pygithub
PyGitHub is a Python library to access the GitHub REST API. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-only
-
Latest release: 2.4.0
published over 1 year ago
Rankings
pypi.org: pygithubf
Use the full Github API v3
- Homepage: https://github.com/pygithub/pygithub
- Documentation: http://pygithub.readthedocs.io/en/latest/
- License: GNU Library or Lesser General Public License (LGPL)
-
Latest release: 1.56
published over 3 years ago
Rankings
Maintainers (1)
alpine-v3.20: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 2.3.0-r1
published almost 2 years ago
Rankings
Maintainers (1)
alpine-v3.20: py3-pygithub-pyc
Precompiled Python bytecode for py3-pygithub
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 2.3.0-r1
published almost 2 years ago
Rankings
Maintainers (1)
alpine-v3.21: py3-pygithub-pyc
Precompiled Python bytecode for py3-pygithub
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 2.5.0-r0
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.22: py3-pygithub-pyc
Precompiled Python bytecode for py3-pygithub
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 2.6.1-r0
published 10 months ago
Rankings
Maintainers (1)
alpine-v3.22: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 2.6.1-r0
published 10 months ago
Rankings
Maintainers (1)
alpine-v3.21: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 2.5.0-r0
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.19: py3-pygithub
Typed interactions with the GitHub API v3
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 1.59.1-r0
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.19: py3-pygithub-pyc
Precompiled Python bytecode for py3-pygithub
- Homepage: https://github.com/PyGithub/PyGithub
- License: LGPL-3.0-or-later
-
Latest release: 1.59.1-r0
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- Deprecated *
- pyjwt >=2.0
- pynacl >=1.4.0
- requests >=2.14.0
- sphinx <3
- sphinx-rtd-theme <1.1
- deprecated *
- pyjwt >=2.0
- pynacl >=1.4.0
- requests >=2.14.0
- cryptography * test
- httpretty >=1.0.3 test
- pytest >=5.3 test
- pytest-cov >=2.8 test
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v2.1.0 composite
- actions/checkout v2 composite
- actions/setup-python v1 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- liskin/gh-problem-matcher-wrap v2 composite
- pre-commit/action v3.0.0 composite
- mypy *
- types-deprecated *
- types-jwt *
- types-python-dateutil *
- types-requests *