Python Environment Setup

Install and configure the Python development environment:

uv venv
source .venv/bin/activate
uv sync --all-extras

Run as a development server

flask --app archivepodcast run --port 5100

Run adhoc

python -m archivepodcast

Out of scope

  • uvloop, no performance upgrade found

  • authentication, nope