-
-
Notifications
You must be signed in to change notification settings - Fork 948
Complementary Packages
Kurt Griffiths edited this page Sep 8, 2017
·
17 revisions
If you have found a package particularly helpful in your project, and you don't see it below, please consider editing this page and adding it. Thanks!
This page provides examples of general-purpose (i.e., not Falcon-specific) Python packages that complement the Falcon web framework. This list is not meant to be exhaustive, or to be interpreted as any kind of endorsement of these packages. Rather, it simply provides a starting point from which to begin your own exploration of potentially useful projects from the Python community.
- Sessions and caching
- Cryptography
- Plugin Management
- Configuration
- Serialization
-
ujson
- NOTE: Only use with CPython (ujson is actually slower than json on PyPy)
- msgpack
- jsonschema
- fastjsonschema
- alchemize
-
ujson
- Databases
- Rate Limiting
- Testing