tools for prosperous universe

raylu 9270f267a8 movers: handle NPC asks hace 22 horas
prunplanner 6492f0ebf6 handle prunplanner backend v2 hace 1 semana
ts a92c6f321d mat: show recipes hace 2 días
www a92c6f321d mat: show recipes hace 2 días
.gitignore 1781b80ad7 mat: empty page hace 1 mes
bun.lock 3115579907 mat: render IC1 chart hace 1 mes
buy.py 18e6372721 buy: sum multiple deposits for same material hace 2 meses
cache.py fdc7a2ed3c support arbitrary cache expiry hace 1 semana
company.py bf1bf3267b company: show production amount hace 1 semana
config.py cb1c042e2f supply: redo ignore_materials hace 3 meses
cx_spend.py 2d48715345 cx_spend: take CX as an argument hace 1 mes
fx.py 6492f0ebf6 handle prunplanner backend v2 hace 1 semana
integration.py ac205e481f integration: show companies consuming hace 4 días
market.py fcbe641947 movers hace 2 meses
mat_competitors.py ac205e481f integration: show companies consuming hace 4 días
movers.py 9270f267a8 movers: handle NPC asks hace 9 minutos
package.json 3115579907 mat: render IC1 chart hace 1 mes
planet_bases.py 4dd5a4776e mat_competitors: sort and format hace 1 semana
pyproject.toml 604543ee88 market: estimate bids/asks filled hace 3 meses
readme.md cb1c042e2f supply: redo ignore_materials hace 3 meses
roa.py 58ac39ad7b return on area hace 2 meses
roi.py 6492f0ebf6 handle prunplanner backend v2 hace 1 semana
sell.py 6b1a9d8a38 sell: show instant cash and total loss hace 3 meses
shipbuilding.py 978578e1e4 shipbuilding hace 3 días
supply.py 056a0e98c6 supply: handle items with no asks hace 1 mes
tsconfig.json f9349e0fc1 roi webpage hace 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