Skip to content

brunns/travellermap-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download sector data from https://travellermap.com

See The Traveller Map API.

Tasks

download-all

Download posters and create database

uv run tmdownload.py -vv

download-poster

Download posters

uv run tmdownload.py -p -vv

create-db

Create database

uv run tmdownload.py -d -vv

explore-db

Explore database

uv run --with datasette datasette out/travellermap.db -o

format

Fix formatting etc.

uv run --with ruff ruff format
uv run --with ruff ruff check --fix-only

lint

Check formatting & other linting.

uv run --with ruff ruff format --check
uv run --with ruff ruff check 
uv run --with pyright pyright

About

Download sector data from https://travellermap.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages