tapioca-github

Github API wrapper using tapioca


Keywords
tapioca-github
License
MIT
Install
pip install tapioca-github==0.4

Documentation

Tapioca Github

A Pythonic GitHub API v3 wrapper. Powered by Tapioca-Wrapper.

Instalation

pip install tapioca-github

Tests

python setup.py test

Documentation

from tapioca_github import Github

api = Github(access_token='{access-token}')

Serialization

  • datetime
  • Decimal

Deseralization

  • datetime
  • Decimal

More

  • Learn how Tapioca works here
  • Explore this package using iPython
  • Have fun!