nise/nise-circleguard
2024-11-01 04:00:49 +00:00
..
src nise-circleguard: Update to use sanic instead of Flask 2024-11-01 04:00:49 +00:00
stress-test Added gunicorn support & stress test docs 2024-03-04 13:48:48 +01:00
Build.sh Fixed build script for nise-circleguard 2024-02-16 05:54:34 +01:00
Dockerfile nise-circleguard: Update to use sanic instead of Flask 2024-11-01 04:00:49 +00:00
readme.md Updated nise-circleguard 2024-03-09 12:10:45 +01:00
requirements.txt nise-circleguard: Update to use sanic instead of Flask 2024-11-01 04:00:49 +00:00

development

This module has only been tested with Python 3.11

How to run:

  1. create a venv and install the requirements
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. run the main.py file
source venv/bin/activate
python src/main.py