tools for prosperous universe

raylu aaca060931 supply: exclude ignored materials from weight/volume vor 3 Monaten
ts 35b40f61c0 roi: use popover for tooltips vor 3 Monaten
www 35b40f61c0 roi: use popover for tooltips vor 3 Monaten
.gitignore f9349e0fc1 roi webpage vor 3 Monaten
bun.lock f9349e0fc1 roi webpage vor 3 Monaten
buy.py aaca060931 supply: exclude ignored materials from weight/volume vor 3 Monaten
cache.py 604543ee88 market: estimate bids/asks filled vor 3 Monaten
config.py cb1c042e2f supply: redo ignore_materials vor 3 Monaten
integration.py 33c60219f1 vertical integration analyzer vor 4 Monaten
market.py 76b9b78ea1 supply: ignore materials vor 3 Monaten
package.json f9349e0fc1 roi 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 686fdb23be roi: handle degenerate negative profits vor 3 Monaten
sell.py 26aba9cdac market: estimate profit/time vor 3 Monaten
supply.py aaca060931 supply: exclude ignored materials from weight/volume vor 3 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