--- id: pygithub version: "2.9.1" license: unclear license_treatment: copyleft maintenance: active --- # PyGithub — Use the full Github API v3 License: copyleft · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install pygithub uv add pygithub poetry add pygithub ## Description # PyGitHub [![PyPI](https://img.shields.io/pypi/v/PyGithub.svg)](https://pypi.python.org/pypi/PyGithub) ![CI](https://github.com/PyGithub/PyGithub/workflows/CI/badge.svg) [![readthedocs](https://img.shields.io/badge/docs-stable-brightgreen.svg?style=flat)](https://pygithub.readthedocs.io/en/stable/?badge=stable) [![License](https://img.shields.io/badge/license-LGPL-blue.svg)](https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License) [![Slack](https://img.shields.io/badge/Slack%20channel-%20%20-blue.svg)](https://join.slack.com/t/pygithub-project/shared_invite/zt-duj89xtx-uKFZtgAg209o6Vweqm8xeQ) [![Open Source Helpers](https://www.codetriage.com/pygithub/pygithub/badges/users.svg)](https://www.codetriage.com/pygithub/pygithub) [![codecov](https://codecov.io/gh/PyGithub/PyGithub/branch/master/graph/badge.svg)](https://codecov.io/gh/PyGithub/PyGithub) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) 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. [GitHub REST... ## AI interpretation — verify before relying PyGithub is a Python library that wraps the GitHub REST API, letting you programmatically manage repositories, user profiles, organizations, and other GitHub resources from Python code. Verdict: PyGithub is a mature, actively maintained library (production-stable, 7760 stars) with low install friction and no known vulnerabilities. The LGPL copyleft license is permissive for linking but requires source-sharing if you modify the library itself. Suitable for GitHub automation and integration tasks in Python 3.9+. [View on SkillFed](https://skillfed.io/packages/pygithub) · [View on PyPI](https://pypi.org/project/pygithub/)