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.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
falcon-helpers-0.4.0.tar.gz
(7.6 kB
view details)
Built Distribution
File details
Details for the file falcon-helpers-0.4.0.tar.gz
.
File metadata
- Download URL: falcon-helpers-0.4.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4eae440fc8a1acb2e9fee334fe1a0eb5fb8ddfdb6a8ec68e4280409d5718e5f |
|
MD5 | 1af479584d77501323218b7445c3ade7 |
|
BLAKE2b-256 | 5df46a5355310fee35e8f182292f9b5c7c30e0bfa191fcc4d6ef05206f042074 |
Provenance
File details
Details for the file falcon_helpers-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: falcon_helpers-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5d566f05d43b19a12b0f2f1daa811e19c94821570ab4bed88dbf6a25116492b |
|
MD5 | 5fc2a16ffe8796b5c142384c98fd7542 |
|
BLAKE2b-256 | ba98e395d664e7d665e9cc4cbaf1e1f5739fd631e80302a138a6373572ba38e9 |