Metadata-Version: 2.4
Name: canvas-sdk
Version: 1.2.2
Summary: Canvas LMS Python SDK
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.20
Requires-Dist: arrow>=1.0
Requires-Dist: pytz>=2019.1
Requires-Dist: httpx>=0.24
Provides-Extra: gemini
Requires-Dist: google-generativeai>=0.8; extra == "gemini"
Provides-Extra: autodownload
Requires-Dist: huggingface-hub>=0.20; extra == "autodownload"
Provides-Extra: all
Requires-Dist: google-generativeai>=0.8; extra == "all"
Requires-Dist: huggingface-hub>=0.20; extra == "all"

# Canvas SDK

Ported from [canvasapi](https://github.com/ucfopen/canvasapi) v3.6.0.

A Python SDK for the Canvas LMS API. Provides typed Python objects for all Canvas API endpoints.
