A few helpful tools to make working with the falcon framework a real joy!
Project description
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.API(
middlewares=[
falcon_helpers.middlewares.StaticsMiddleware()
]
)
0.4.2 - 2017-10-25
Enable Auth Middleware to always run. Helpful when then entire application is an API that requires authentication.
0.4.1 - 2017-10-19
Fix issue with importing Marshmallow Middleware
0.4.0 - 2017-10-14
Added Marshmallow Middleware for auto schema loading (655cf76)
0.3.1 - 2017-10-09
[FEAT] Add a number of helpful SQLAlchemy Features
0.3.0 - 2017-10-07
[FEAT] Setup SQLAlchemy
[BUG] Install cryptography for JWT’s with RSA algo
0.2.1 - 2017-10-07
Fix issue when using HS256 tokens for authentication
0.2.0 - 2017-09-23
Release the Package and update the source location
0.1.0 - 2017-08-22
Added StaticsMiddleware
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file falcon-helpers-0.4.2.tar.gz
.
File metadata
- Download URL: falcon-helpers-0.4.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddf2f0440c1be08821c81d0bbfd98e6f30d4012f788d9b599edefd6215bc5384 |
|
MD5 | cfcbce71ee9baa0014a0718662f7a8cc |
|
BLAKE2b-256 | 9ac67946205d96f55fde37ee1b5f8463fbf04d8d39422df554de82f87202b713 |
Provenance
File details
Details for the file falcon_helpers-0.4.2-py2.py3-none-any.whl
.
File metadata
- Download URL: falcon_helpers-0.4.2-py2.py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e4664c6d5c93d2dd60906eabde27f400efa53da89e1ceaa6449f5b7985e7d8b |
|
MD5 | 2fa80a0efb2a4e7ec856a863c2afd3df |
|
BLAKE2b-256 | 306c0d75ae9e1f371a808f60797321f52c65527d814f0ee6fc40e18964bad1fd |