
PyGithub 2.8.1
0
Use the full Github API v3
Contents
Use the full Github API v3
Stars: 7666, Watchers: 7666, Forks: 1868, Open Issues: 381The PyGithub/PyGithub repo was created 13 years ago and the last code push was 2 weeks ago.
The project is extremely popular with a mindblowing 7666 github stars!
How to Install pygithub
You can install pygithub using pip
pip install pygithub
or add it to a project with poetry
poetry add pygithub
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/PyGithub/
- Documentation:
- https://pygithub.readthedocs.io/en/stable/
- GitHub Repo:
- https://github.com/pygithub/pygithub
Classifiers
- Software Development
Related Packages
Errors
A list of common pygithub errors.
Code Examples
Here are some pygithub code examples and snippets.
GitHub Issues
The pygithub package has 381 open issues on GitHub
- pygithub-2.8.1 has the urllib3-2.6.0 dependency vulnerable.
- Fix OAuth2 authorization parameter
- Bump sphinx-rtd-theme from 3.0.2 to 3.1.0
- Replace
black,pyupgrade, anddocformatterwithruff - Add Python 3.14 to pyproject
- Drop Reaction.delete method
- Reaction.delete no longer works
- Feature Request: Make OrganizationSecret editable
- Move self-link awareness into CompletableGithubObject
- Clarify that organization members do not include role or permissions
- Bump dawidd6/action-download-artifact from 3.1.4 to 12
- Bump actions/upload-artifact from 5 to 6
- Bump actions/download-artifact from 6 to 7
- Bump actions/checkout from 5 to 6
- Add IssueType support to create/edit issues
pythonfix