PyGithub/PyGithub ↗
Created Jan 9, 2025 · View the PyGithub/PyGithub repository page
Typed interactions with the GitHub API v3
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
383
Lines of Code
18,122
From
Feb 12, 2012
To
Jan 7, 2025
About PyGithub/PyGithub
PyGithub is a Python library that provides typed interactions with the GitHub REST API v3, allowing developers to programmatically manage GitHub resources like repositories, user profiles, and organizations within their Python applications. The library abstracts away the complexity of direct API calls, offering a Pythonic interface for common GitHub operations.
The project is well-established with comprehensive documentation, active development practices including code review via pull requests, and integration with standard Python tooling like Black for code formatting and coverage reporting. It's distributed on PyPI for easy installation and has community support channels including a Slack workspace and CodeTriage for issue tracking. The maintainers are actively seeking contributors to help triage issues, review code, and manage releases.