gtsalles / tapioca-github

Github API wrapper using tapioca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Github API wrapper using tapioca

License:MIT License


Languages

Language:Python 100.0%