tools for prosperous universe

raylu b1f0e3b07b buy: highlight items with no bids in red vor 2 Monaten
ts 442f6b27da set up popover for buy vor 3 Monaten
www 1c89938b5c buy webpage vor 3 Monaten
.gitignore 1c89938b5c buy webpage vor 3 Monaten
bun.lock f9349e0fc1 roi webpage vor 3 Monaten
buy.py b1f0e3b07b buy: highlight items with no bids in red vor 2 Monaten
cache.py bba1a470f3 market: analyze markets concurrently vor 2 Monaten
config.py cb1c042e2f supply: redo ignore_materials vor 3 Monaten
integration.py 33c60219f1 vertical integration analyzer vor 4 Monaten
market.py bba1a470f3 market: analyze markets concurrently vor 2 Monaten
package.json 1c89938b5c buy webpage vor 3 Monaten
pyproject.toml 604543ee88 market: estimate bids/asks filled vor 3 Monaten
readme.md cb1c042e2f supply: redo ignore_materials vor 3 Monaten
roi.py bcd3176086 roi: include habitation area and capex vor 3 Monaten
sell.py 6b1a9d8a38 sell: show instant cash and total loss vor 3 Monaten
supply.py 5b287db18e supply: use exports from previous planets vor 2 Monaten
tsconfig.json f9349e0fc1 roi webpage vor 3 Monaten

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