tools for prosperous universe

raylu d20d4b9f48 roi: handle thinly traded scientist consumables hai 2 meses
ts 6d7615afcd roi: tweak color scale hai 2 meses
www 4c24ef6201 roi: last updated hai 2 meses
.gitignore 1c89938b5c buy webpage hai 3 meses
bun.lock f9349e0fc1 roi webpage hai 3 meses
buy.py b1f0e3b07b buy: highlight items with no bids in red hai 2 meses
cache.py bba1a470f3 market: analyze markets concurrently hai 2 meses
config.py cb1c042e2f supply: redo ignore_materials hai 3 meses
cx_spend.py 5209e0a8b6 cx_spend hai 2 meses
integration.py 33c60219f1 vertical integration analyzer hai 4 meses
market.py bba1a470f3 market: analyze markets concurrently hai 2 meses
package.json 1c89938b5c buy webpage hai 3 meses
pyproject.toml 604543ee88 market: estimate bids/asks filled hai 3 meses
readme.md cb1c042e2f supply: redo ignore_materials hai 3 meses
roi.py d20d4b9f48 roi: handle thinly traded scientist consumables hai 2 meses
sell.py 6b1a9d8a38 sell: show instant cash and total loss hai 3 meses
supply.py 5b287db18e supply: use exports from previous planets hai 2 meses
tsconfig.json f9349e0fc1 roi webpage hai 3 meses

readme.md

supply cart

install uv: https://docs.astral.sh/uv/getting-started/installation/

get a FIO API key from https://fio.fnar.net/settings and create a config.toml like

username = 'raylu'
fio_api_key = 'uuid_here'

[market]
ignore_warehouses = ['HRT']

[supply.promitor]
ignore_materials = ['RAT']

uv run supply.py promitor