You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-pygithub-2.3.0-1.lbn36.noarch

python3-pygithub-2.3.0-1.lbn36.noarch

Package Attributes
RPM  python3-pygithub-2.3.0-1.lbn36.noarch.rpm Architecture  noarch Size  3020107 Created  2024/07/11 00:13:09 UTC
Package Specification
Summary Use the full Github API v3
Group Unspecified
License ZPL
Home Page https://pypi.org/project/pygithub
Description

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 pip install PyGithub

Simple Demo from github import Github

from github import Auth

auth = Auth.Token("access_token")

g = Github(auth=auth)

g = Github(base_url="https:/{hostname}/api/v3", auth=auth)

for repo in g.get_user().get_repos(): print(repo.name)

  1. 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. Main

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(FileDigests)  
Provides
python-pygithub
python3-pygithub
python3.10-pygithub
python3.10dist(pygithub)
python3dist(pygithub)
Obsoletes
python-pygithub

Document Actions