level12 / falcon-helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

image

Falcon Helpers

A number of helpful utilities to make working with Falcon Framework a breeze.

Quickstart

$ pip install falcon-helpers
import falcon
import falcon_helpers

api = falcon.App(
  middlewares=[
    falcon_helpers.middlewares.StaticsMiddleware()
  ]
)

Development

  1. Create a Python 3.10 virtual environment, and activate it.
  2. pip install -e .[dev]
  3. pytest or run tox and verify the tests pass.

About

License:Other


Languages

Language:Python 99.0%Language:HTML 1.0%