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.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.3.0.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file falcon-helpers-0.3.0.tar.gz
.
File metadata
- Download URL: falcon-helpers-0.3.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d55b6983fd6d285437de760081c91d168cdd147ba70b4df47f8e94c12793e74c |
|
MD5 | 333490e2e31c906e104f489f63dd838c |
|
BLAKE2b-256 | 925144150fc61e2af2a04b8fd8d59882759d9e2662ec397d9ffb0346110af909 |
File details
Details for the file falcon_helpers-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: falcon_helpers-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e83722aa5bc4901ac88d316e61b44bc8c7fd69b008c4c78c9f5e6c9734a1f253 |
|
MD5 | 19c5036ed56625c6529780bbd6c2e056 |
|
BLAKE2b-256 | 37ddef488f2d958bc90790b447e879a5b94bec1578c18b155e2b050a22eac665 |