Metadata-Version: 2.1
Name: CC-API-jh2
Version: 0.11.51
Summary: Canvas API helper functions for the CAPICO group.
Home-page: https://github.com/ubccapico/CC-API-Collection
Author: Jeremy H.
Author-email: jeremyh2@mail.ubc.ca
License: MIT
Download-URL: https://github.com/ubccapico/CC-API-Collection/archive/v0.11.51.tar.gz
Keywords: CAPICO,Canvas
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pandas

# CAPICO-Library
A helper library for Python 3 that provides a variety of helper functions for working with the Canvas API.

## To begin:
```
from CC_API_jh2 import CAPICO
```


