Download sector data from https://travellermap.com
Download posters and create database
uv run tmdownload.py -vv
Download posters
uv run tmdownload.py -p -vv
Create database
uv run tmdownload.py -d -vv
Explore database
uv run --with datasette datasette out/travellermap.db -o
Fix formatting etc.
uv run --with ruff ruff format
uv run --with ruff ruff check --fix-only
Check formatting & other linting.
uv run --with ruff ruff format --check
uv run --with ruff ruff check
uv run --with pyright pyright