A minimal FIFO/LIFO portfolio tracker in pure Python. Supports per-trade fees, short selling, realized & unrealized PnL, and simple CSV I/O. === Portfolio Report (FIFO) === -- Realized PnL by ticker - ...
expense-tracker-python/ ├── app/ │ ├── __init__.py │ ├── main.py # FastAPI application entry point │ ├── config.py # Application configuration │ ├── database.py # Database connection & session │ ├── ...