tools for prosperous universe

raylu 6b1a9d8a38 sell: show instant cash and total loss пре 3 месеци
ts 442f6b27da set up popover for buy пре 3 месеци
www 1c89938b5c buy webpage пре 3 месеци
.gitignore 1c89938b5c buy webpage пре 3 месеци
bun.lock f9349e0fc1 roi webpage пре 3 месеци
buy.py 361204c475 supply: don't include warehouse inventory in cost пре 3 месеци
cache.py 604543ee88 market: estimate bids/asks filled пре 3 месеци
config.py cb1c042e2f supply: redo ignore_materials пре 3 месеци
integration.py 33c60219f1 vertical integration analyzer пре 4 месеци
market.py 76b9b78ea1 supply: ignore materials пре 3 месеци
package.json 1c89938b5c buy webpage пре 3 месеци
pyproject.toml 604543ee88 market: estimate bids/asks filled пре 3 месеци
readme.md cb1c042e2f supply: redo ignore_materials пре 3 месеци
roi.py bcd3176086 roi: include habitation area and capex пре 3 месеци
sell.py 6b1a9d8a38 sell: show instant cash and total loss пре 3 месеци
supply.py 361204c475 supply: don't include warehouse inventory in cost пре 3 месеци
tsconfig.json f9349e0fc1 roi webpage пре 3 месеци

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