nathanwoodburn 4533233d25
Check Code Quality / RuffCheck (push) Successful in 22s
Build Docker / BuildImage (push) Successful in 27s
feat: Update actions flows
2026-09-08 12:53:18 +10:00
2026-03-23 04:19:01 +00:00
2024-10-03 12:47:14 +10:00
2025-11-20 15:42:35 +11:00
2026-03-23 04:19:01 +00:00
2024-09-13 10:16:44 +10:00
2026-08-13 16:09:59 +10:00
2025-11-20 15:43:09 +11:00
2025-11-20 17:48:36 +11:00
2026-08-13 16:09:59 +10:00
2026-08-13 16:09:59 +10:00

Python Flask Webserver Template

Python3 website template including git actions

Requirements

  • UV

Development

  1. Install project requirements
uv sync
  1. Run the dev server
uv run python3 server.py
  1. Alternatively use the virtual environment
source .venv/bin/activate

You can exit the environment with deactivate

For best development setup, you should install the git hook for pre-commit

uv run pre-commit install

Production

Run using the main.py file

python3 main.py
S
Description
Python3 website template including git actions
Readme AGPL-3.0
208 KiB
Languages
Python 50.3%
HTML 30.7%
CSS 10.1%
Dockerfile 8.9%