| .. | ||
| src | ||
| stress-test | ||
| Build.sh | ||
| Dockerfile | ||
| readme.md | ||
| requirements.txt | ||
development
This module has only been tested with Python 3.11
How to run:
- create a venv and install the requirements
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- run the main.py file
source venv/bin/activate
python src/main.py