A number of helpful utilities to make working with Falcon Framework a breeze.
$ pip install falcon-helpers
import falcon import falcon_helpers api = falcon.App( middlewares=[ falcon_helpers.middlewares.StaticsMiddleware() ] )
- Create a Python 3.10 virtual environment, and activate it.
pip install -e .[dev]
pytest
or runtox
and verify the tests pass.