Smol FastAPI demo app for a Pyvo Brno talk (see event details and video recording).
First, ensure you have Hatch installed:
pip install hatch
hatch run -- uvicorn pyvo_fastapi_demo.main:app --reload
hatch run test-cov
hatch run cov-report
hatch run lint:all
hatch run lint:fmt
pyvo-fastapi-demo
is distributed under the terms of the MIT license.