Skip to main content

Python client for GitHub API

Project description

Python client for GitHub API

Installation

requires python 3.6+

Yes that is opinionated. Python 2 is near the end of the life and this is a new project.

Note octokit and octokit.py were already taken in the cheese shop

pip install octokitpy

Documentation

https://octokitpy.readthedocs.io/

Example

from octokit import Octokit

repos = Octokit.repos.get_for_org(org='octokit', type='public')

Default values:

TODO Show them

Authentication

Instatiate a client with the authentication scheme and credentials that you want to use.

Example:

client = Octokit(type='app', token='xyz')
client.repos.get_for_org(org='octokit', type='private')

basic:

TODO

oauth:

TODO

oauth key/secret:

TODO

token:

TODO

app:

TODO

Pagination

TODO

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

Contributing

Pull requests are very welcome!

Please see CONTRIBUTING.md for more information.

Credits

Package based on cookiecutter-pylibrary

License

MIT

Changelog

0.1.0 (?)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

octokitpy-0.1.0.tar.gz (36.8 kB view hashes)

Uploaded Source

Built Distribution

octokitpy-0.1.0-py2.py3-none-any.whl (29.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page