tools for prosperous universe

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

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]
ignore_materials = ['RAT']

uv run supply.py promitor