An app framework around uvicorn
This is a major WIP
Running tests and examples requires invoke
Running the example app requires uvicorn
To run the test suite, run inv test
There is an example app in example/app.py
.
To start it, run uvicorn example.app:app
or inv run_example