/owlbear

An app framework around uvicorn

Primary LanguagePythonMIT LicenseMIT

owlbear

An app framework around uvicorn

This is a major WIP

Running tests and examples requires invoke

Running the example app requires uvicorn

Testing

To run the test suite, run inv test

Example App

There is an example app in example/app.py. To start it, run uvicorn example.app:app or inv run_example