Skip to main content

Python wrapper for the github v3 api

Project description

https://secure.travis-ci.org/copitux/python-github3.png

Pygithub3

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

Github API v3 docs

Fast install

pip install pygithub3

Fast example

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()

Achievements

TODO

  • Oauth authorization API (service?)

  • Proxy methods into resources (e.g copitux.followers)

Contribute

  1. Fork the repository

  2. Write a test to cover new feature or to reproduce bug

  3. Code with pep8 rules

  4. Add yourself to AUTHORS

  5. Pull request it to develop branch

Tests

Run make init to install test requirements and nosetests to run tests.

Project details


Release history Release notifications | RSS feed

This version

0.5

Download files

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

Source Distribution

pygithub3-intellisense-0.5.tar.gz (31.7 kB view details)

Uploaded Source

File details

Details for the file pygithub3-intellisense-0.5.tar.gz.

File metadata

File hashes

Hashes for pygithub3-intellisense-0.5.tar.gz
Algorithm Hash digest
SHA256 00dfd393ed2e1fb277f05f7f10fd3c1eed9603f2b6fb7233792352c54fca9561
MD5 c645d06fc0fb1f89e60ed4db2426e6a2
BLAKE2b-256 aa56682cc8f8e8419494edcb4411cd1a7185168ae5ead5bcb9734bf3795b4e05

See more details on using hashes here.

Supported by

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