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.
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.
To install py312-pygithub, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-pygithub
To see what files were installed by py312-pygithub, run:
port contents py312-pygithub
To later upgrade py312-pygithub, run:
sudo port selfupdate && sudo port upgrade py312-pygithub
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.