Metadata-Version: 2.1
Name: pyquocca
Version: 0.0.6
Summary: Challenge utilities for SecEDU CTFs (primarily UNSW's COMP6[48]43).
Author: HamishWHC
Author-email: 20359560+HamishWHC@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: flask (>=3.0.2,<4.0.0)
Requires-Dist: gunicorn (>=21.2.0,<22.0.0)
Requires-Dist: python-json-logger (>=2.0.7,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typing-extensions (>=4.10.0,<5.0.0)
Description-Content-Type: text/markdown

# Challenge Standard Library.
To use this in a challenge, add the following to your challenge's Dockerfile (or similar in your requirements.txt!):
```Dockerfile
RUN pip install --extra-index-url https://6443:whatarejwts@pypi.hamishwhc.com/ pyquocca
```

If you use this in your requirements.txt file, please delete the file after running `pip install`, so that students aren't able to find the credentials in the container.
