Metadata-Version: 2.4
Name: colab_grading_client
Version: 1.0.7
Summary: Client functions for colab notebook to access AI teaching and grading assistant
Author-email: Bharadwaj Amrutur <amrutur@gmail.com>
Project-URL: Homepage, https://github.com/amrutur/colab_grading_client
Project-URL: Bug_Tracker, https://github.com/amrutur/colab_grading_client/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# colab_grading_client
colab notebook functions to invoke AI teaching and grading assistant

Get API tokens from testpypi.org and pypi.org
Store in ~/.pypirc

To (re) build the package:
rm -rf dist/
python -m build
twine upload --repository pypi dist/* 
