Metadata-Version: 2.1
Name: teaching-toolshed
Version: 0.2.11
Summary: Helpful libraries for running classes
Home-page: https://github.com/hschafer/teaching-toolshed
License: MIT
Author: Hunter Schafer
Author-email: hschafer@uw.edu
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pandas (>=2.1.0,<3.0.0)
Requires-Dist: pre-commit (>=3.6.0,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Repository, https://github.com/hschafer/teaching-toolshed
Description-Content-Type: text/markdown

# Teaching Toolshed

A library of useful classes for writing scripts related to managing classes. Has helper classes for talking to various teaching APIs and for compiling gradebooks in Python. 

See [Teaching Toolshed Examples](https://github.com/hschafer/teaching-toolshed-examples) to see example scripts of how these libraries are used in my classes.

Any questions or comments can be handled here on GitHub or you can email me at [hschafer@cs.washington.edu](mailto:hschafer@cs.washington.edu).

## Publish New Version

See [here](https://realpython.com/pypi-publish-python-package/#publish-your-package-to-pypi)

