🌐
PyPI
pypi.org › project › PyGithub
PyGithub · PyPI
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. pip install PyGithub ·
      » pip install PyGithub
    
Published   Mar 22, 2026
Version   2.9.0
🌐
Readthedocs
pygithub.readthedocs.io › en › latest › introduction.html
Introduction — PyGithub 0.1.dev1+g7d1ba281e documentation
from github import Github # ... the available attributes and methods print(dir(repo)) ... This package is in the Python Package Index, so pip install PyGithub should be enough....
Discussions

ModuleNotFoundError: No module named 'github' but i pip installed pygithub?
Yes i have pip installed pygithub. More on github.com
🌐 github.com
1
1
Issue with PyGithub install | Forums | SideFX
Hello, I try to install PyGithub packages to hython via pip . More on sidefx.com
🌐 sidefx.com
July 25, 2023
python - PyGithub - Cant import Github from github - Stack Overflow
I am just beginning to play around with PyGithub (seems very easy to use) but I keep getting this error: Traceback (most recent call last): File "c:\Users\joey\Desktop\TEST\cloning.py", line 2, in from github import GitHub ImportError: cannot import name 'GitHub' from 'github' (C:\Users\joey\AppData\Local\Programs\Python\Python39\lib\site-packages\github\__init__.py) ... pip install ... More on stackoverflow.com
🌐 stackoverflow.com
pip - How to install Python package from GitHub? - Stack Overflow
How can I install the httpie package from the github repo? I tried ... Also see the VCS Support section of the pip documentation. More on stackoverflow.com
🌐 stackoverflow.com
🌐
GitHub
github.com › PyGithub › PyGithub › issues › 800
`pip install pygithub` failing · Issue #800 · PyGithub/PyGithub
May 20, 2018 - The command runs with no warnings, but import github subsequently complains that there is no such module. By contrast, cloning and installing as python setup.py develop works fine. But it would be nice to be able to skip the cloning step...
Published   May 20, 2018
Author   zkurtz
🌐
PyPI
pypi.org › project › PyGithub-requests
PyGithub-requests · PyPI
January 29, 2016 - pip install PyGithub-requests Copy PIP instructions · Latest version · Released: Jan 29, 2016 · Use the full Github API v3 · These details have been verified by PyPI · nricklin · These details have not been verified by PyPI · Homepage ...
      » pip install PyGithub-requests
    
Published   Jan 29, 2016
Version   1.26.0
🌐
GitHub
github.com › PyGithub › PyGithub
GitHub - PyGithub/PyGithub: Typed interactions with the GitHub API v3 · GitHub
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. pip install PyGithub ·
Starred by 7.7K users
Forked by 1.9K users
Languages   Python 99.6% | Shell 0.4%
🌐
Libraries.io
libraries.io › pypi › PyGithub
PyGithub 2.9.0 on PyPI - Libraries.io - security & maintenance data for open source software
April 16, 2019 - github, github-api, pygithub, python · Licenses · LGPL-2.0/LGPL-3.0 · Install · pip install PyGithub==2.9.0 · PyGitHub is a Python library to access the GitHub REST API. This library enables you to manage GitHub resources such as repositories, ...
Find elsewhere
🌐
SideFX
sidefx.com › forum › topic › 91272
Issue with PyGithub install | Forums | SideFX
July 25, 2023 - To resolve it check below steps: -Check versions of PyGithub and PyNaCl. -Ensure compatibility with Houdini version. -Consider using a virtual environment. -Try on Linux if possible. -Seek community support or forums for solutions. -Reinstall the packages using pip.
🌐
O'Reilly
oreilly.com › library › view › mastering-python-networking › 9781789135992 › dd3098f1-98b6-4c47-b0af-8a6ef9faff9a.xhtml
PyGitHub - Mastering Python Networking - Second Edition [Book]
Let's look at using the PyGitHub package, http://pygithub.readthedocs.io/en/latest/, to interact with GitHub repositories. The package is a wrapper around GitHub APIv3, https://developer.github.com/v3/: $ sudo pip install pygithub$ sudo pip3 ...
🌐
Snyk
snyk.io › advisor › python packages › pygithub
PyGithub - Python Package Health Analysis | Snyk
August 21, 2021 - 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. pip install PyGithub ·
🌐
Anaconda.org
anaconda.org › conda-forge › pygithub
pygithub - conda-forge
Organization created on Apr 11, 2015 · A community-led collection of recipes, build infrastructure, and distributions for the conda package manager
🌐
Readthedocs
pygithub.readthedocs.io
PyGithub — PyGithub 0.1.dev50+gecd47649e documentation
PyGithub · View page source · Introduction · Examples · Reference · Development ·
🌐
Pythonfix
pythonfix.com › pkg › p › pygithub
PyGithub 2.8.1 - Use the full Github API v3 - PythonFix.com
August 8, 2021 - You can install pygithub using pip · pip install pygithub · or add it to a project with poetry · poetry add pygithub · Author · None · License · None · Homepage · None · PyPi: https://pypi.org/project/PyGithub/ Documentation: ...
🌐
Medium
medium.com › @swiftproxy › how-to-configure-and-use-the-python-github-api-c55df1c2dd8b
How to Configure and Use the Python GitHub API | by swiftproxy | Medium
November 5, 2025 - Next, install PyGithub, a Python library that simplifies API work: pip install PyGithub · Here’s a quick start: from github import Github ·
🌐
PyPI
pypi.org › project › PyGithub-ReadOnly
PyGithub-ReadOnly · PyPI
pip install PyGithub-ReadOnly Copy PIP instructions · Latest version · Released: May 26, 2017 · This fork of PyGithub provides support for read-only deploy keys · These details have been verified by PyPI · kbarnes3 · These details have ...
      » pip install PyGithub-ReadOnly
    
Published   May 26, 2017
Version   1.34.post3
🌐
PyPI
pypi.org › project › Polidoro-PyGithub
Polidoro-PyGithub
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
GitHub
github.com › pygithub › pygithub › releases
Releases · PyGithub/PyGithub
September 2, 2025 - Sync Installation class with API spec by @EnricoMi in #3135
Author   PyGithub