jkp85 / tapioca-canvas

Tapioca wrapper for canvas api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tapioca canvas

Installation

pip install tapioca-canvas

Documentation

from tapioca_canvas import Canvas


api = Canvas(
	client_id='{your-client-id}', access_token='{any-valid-access-token}')

No more documentation needed.

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

About

Tapioca wrapper for canvas api

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.8%Language:Makefile 1.2%