tools for prosperous universe

raylu 35b40f61c0 roi: use popover for tooltips 2 天之前
ts 35b40f61c0 roi: use popover for tooltips 1 天之前
www 35b40f61c0 roi: use popover for tooltips 1 天之前
.gitignore f9349e0fc1 roi webpage 1 天之前
bun.lock f9349e0fc1 roi webpage 1 天之前
buy.py 38e73bfa0d buy: show deposits of current bids 5 天之前
cache.py 604543ee88 market: estimate bids/asks filled 3 周之前
config.py cb1c042e2f supply: redo ignore_materials 1 天之前
integration.py 33c60219f1 vertical integration analyzer 1 月之前
market.py 76b9b78ea1 supply: ignore materials 6 天之前
package.json f9349e0fc1 roi webpage 1 天之前
pyproject.toml 604543ee88 market: estimate bids/asks filled 3 周之前
readme.md cb1c042e2f supply: redo ignore_materials 1 天之前
roi.py 686fdb23be roi: handle degenerate negative profits 1 天之前
sell.py 26aba9cdac market: estimate profit/time 3 周之前
supply.py cb1c042e2f supply: redo ignore_materials 1 天之前
tsconfig.json f9349e0fc1 roi webpage 1 天之前

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