Installation
The package is published on a private package index. Install it with pip or uv.
pip install --extra-index-url=https://pypi.acmad.cloud.edu.au/ acmadauth
If you are using uv, you can use the following command to add the package to your current project:
uv add acmadauth --extra-index-url=https://pypi.acmad.cloud.edu.au/
or the following command to install it in the current virtual environment:
uv pip install acmadauth --extra-index-url=https://pypi.acmad.cloud.edu.au/
Python 3.12+ is required.