Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
pygithub3-intellisense
Advanced tools
.. image:: https://secure.travis-ci.org/copitux/python-github3.png
Pygithub3 is a wrapper to the Github API v3, written in Python.
It has been developed with extensibility in mind, because the API
is in a
beta state, trying to achieve a very loosly coupled software.
It should be very easy to extend to support new requests
and resources
,
because each of them are managed by itself.
Pygithub3 docs <http://pygithub3.rtfd.org>
_
Github API v3 docs <http://developer.github.com/v3/>
_
::
pip install pygithub3
::
from pygithub3 import Github
gh = Github(login='copitux', password='password')
copitux = gh.users.get()
kennethreitz = gh.users.get('kennethreitz')
copitux_repos = gh.repos.list().all()
kennethreitz_repos = gh.repos.list('kennethreitz').all()
Users service <http://developer.github.com/v3/users/>
_Repos service <http://developer.github.com/v3/repos/>
_Gists service <http://developer.github.com/v3/gists/>
_Git Data service <http://developer.github.com/v3/git/>
_Pull requests service <http://developer.github.com/v3/pulls/>
_Orgs service <http://developer.github.com/v3/orgs/>
_Issues service <http://developer.github.com/v3/issues/>
_Events service <http://developer.github.com/v3/events/>
_repository <https://github.com/copitux/python-github3>
_pep8 <http://www.python.org/dev/peps/pep-0008/>
_ rulesAUTHORS
develop
branchRun make init
to install test requirements and nosetests
to run tests.
FAQs
Python wrapper for the github v3 api
We found that pygithub3-intellisense demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.