tools for prosperous universe

raylu 056a0e98c6 supply: handle items with no asks hace 1 mes
ts c296dfc405 mat: better mouseover hace 1 mes
www 3117b71a6e mat: styling hace 1 mes
.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 3215ad3703 integration: always get latest pmmg monthly report hace 1 mes
company.py 36004e1fe0 company production info hace 1 mes
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 6ded58923f fx: don't limit to items with NPC buy orders hace 1 mes
integration.py 3215ad3703 integration: always get latest pmmg monthly report hace 1 mes
market.py fcbe641947 movers hace 2 meses
movers.py 3673a61341 movers: look at prices from 2 weeks ago hace 1 mes
package.json 3115579907 mat: render IC1 chart hace 1 mes
planet_bases.py aa517dd2b7 planet_bases: all bases in sectors hace 1 mes
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 1c2d69216f roi: selectable CX hace 1 mes
sell.py 6b1a9d8a38 sell: show instant cash and total loss hace 3 meses
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