Skip to content

phagara/pyvo-fastapi-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyvo-fastapi-demo

Smol FastAPI demo app for a Pyvo Brno talk (see event details and video recording).

How to run the app, tests, linters, and code formatters

First, ensure you have Hatch installed:

pip install hatch

Run the app

hatch run -- uvicorn pyvo_fastapi_demo.main:app --reload

Run unit tests and report test coverage

hatch run test-cov
hatch run cov-report

Run linters

hatch run lint:all

Run code formatters

hatch run lint:fmt

License

pyvo-fastapi-demo is distributed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages