Metadata-Version: 2.1
Name: canvas-tools
Version: 0.0.4
Summary: A set of tools for working with Canvas.
Home-page: https://github.com/alanzchen/Canvas-Tools
Author: Alan Chen
Author-email: me@zenan.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: canvasapi
Requires-Dist: bs4

# Canvas Tools
A set of tools for working with Canvas.

## Currently available tools

- `canvas_group_csv`: Export your canvas student groups into a CSV file. Ready for Zoom breakout room CSV import.
- `canvas_download_annotated_pdf`: Download all annotated PDFs from a specific assignment. PDF files only.
- `canvas_download_quiz_questions`: Export a CSV file from a quiz with questions and answers.

## Install

`pip3 install canvas_tools`

## Usage

Run `canvas_group_csv -h` (replace `canvas_group_csv` with the command that you are using) will give you the help documentation for that command.

