Nathan Woodburn d43245316e
All checks were successful
Build Docker / BuildImage (push) Successful in 53s
Check Code Quality / RuffCheck (push) Successful in 1m2s
Merge branch 'fix/numberformat'
2026-03-30 09:45:30 +11:00
2026-03-17 15:07:22 +11:00
2026-03-23 18:58:54 +11:00
2026-02-11 17:56:51 +11:00
2026-03-23 18:58:54 +11:00
2026-02-11 17:56:51 +11:00
2026-02-11 17:56:51 +11: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
Description
Woodburn website files
https://woodburn.au
Readme AGPL-3.0 3.7 MiB
Languages
Python 53.5%
JavaScript 17.6%
HTML 14.8%
CSS 10.7%
Dockerfile 3.4%