tools for prosperous universe

raylu b3877a8e39 roi: stop outputting table to console il y a 2 jours
ts 35b40f61c0 roi: use popover for tooltips il y a 2 jours
www 35b40f61c0 roi: use popover for tooltips il y a 2 jours
.gitignore f9349e0fc1 roi webpage il y a 2 jours
bun.lock f9349e0fc1 roi webpage il y a 2 jours
buy.py aaca060931 supply: exclude ignored materials from weight/volume il y a 2 jours
cache.py 604543ee88 market: estimate bids/asks filled il y a 3 semaines
config.py cb1c042e2f supply: redo ignore_materials il y a 2 jours
integration.py 33c60219f1 vertical integration analyzer il y a 1 mois
market.py 76b9b78ea1 supply: ignore materials il y a 6 jours
package.json f9349e0fc1 roi webpage il y a 2 jours
pyproject.toml 604543ee88 market: estimate bids/asks filled il y a 3 semaines
readme.md cb1c042e2f supply: redo ignore_materials il y a 2 jours
roi.py b3877a8e39 roi: stop outputting table to console il y a 2 jours
sell.py 26aba9cdac market: estimate profit/time il y a 3 semaines
supply.py aaca060931 supply: exclude ignored materials from weight/volume il y a 2 jours
tsconfig.json f9349e0fc1 roi webpage il y a 2 jours

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