Demonstration of using fastapi-sendparcel with Tabler UI, HTMX, and SQLAlchemy.
cd example
uv sync
uv run uvicorn app:app --reloadOpen http://localhost:8000 in your browser.
app.py— main FastAPI application with HTML viewsmodels.py— order model (SQLAlchemy) implementing theOrderprotocoldelivery_sim.py— shipment delivery provider simulator with HTTP endpointstemplates/— Jinja2 templates with Tabler CSS and HTMX