tools for prosperous universe

raylu 58ac39ad7b return on area 2 months ago
ts b337bfddd0 roi: expertise filter 2 months ago
www b337bfddd0 roi: expertise filter 2 months ago
.gitignore 1c89938b5c buy webpage 3 months ago
bun.lock f9349e0fc1 roi webpage 3 months ago
buy.py fb3f971897 buy: account for materials in ship storage 2 months ago
cache.py bba1a470f3 market: analyze markets concurrently 2 months ago
config.py cb1c042e2f supply: redo ignore_materials 3 months ago
cx_spend.py 5209e0a8b6 cx_spend 2 months ago
integration.py 33c60219f1 vertical integration analyzer 4 months ago
market.py bba1a470f3 market: analyze markets concurrently 2 months ago
package.json 1c89938b5c buy webpage 3 months ago
pyproject.toml 604543ee88 market: estimate bids/asks filled 3 months ago
readme.md cb1c042e2f supply: redo ignore_materials 3 months ago
roa.py 58ac39ad7b return on area 2 months ago
roi.py b337bfddd0 roi: expertise filter 2 months ago
sell.py 6b1a9d8a38 sell: show instant cash and total loss 3 months ago
supply.py 58ac39ad7b return on area 2 months ago
tsconfig.json f9349e0fc1 roi webpage 3 months ago

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