Github API Wrapper
Project description
A Github API Wrapper
Installation
>>> pip install octopy
Documentation
To Do
Tests
Example
>>> from octopy import OctopyClient >>> >>> client = OctopyClient(token='token') >>> >>> events = client.activity.events.all() >>> events[0].id 12345678 >>> events[0].public True >>> events[0].actor.login username
LICENSE
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
octopy-0.0.2.tar.gz
(44.7 kB
view hashes)