No description
Find a file
Firq 662d5dd3d6
All checks were successful
/ backend-pylint (push) Successful in 23s
Fixed bool error
2025-02-04 15:41:45 +00:00
.forgejo/workflows Switched API 2024-10-04 00:31:31 +02:00
support_formatter Fixed bool error 2025-02-04 15:41:45 +00:00
.gitignore Initial Version 2024-09-30 20:40:26 +02:00
Dockerfile Initial Version 2024-09-30 20:40:26 +02:00
MANIFEST.in Initial Version 2024-09-30 20:40:26 +02:00
pyproject.toml new ver 2025-01-20 13:56:22 +01:00
README.md Initial Version 2024-09-30 20:40:26 +02:00

support-organizer

Setup

Set up the venv and requirements

py -m venv .venv
.venv/Scripts/activate
pip install -e .

Running

Start the server using

py -m support-formatter