-
-
Notifications
You must be signed in to change notification settings - Fork 948
Add on Catalog
Bogdan Popa edited this page Feb 25, 2018
·
50 revisions
Please include your Falcon add-on in the list below. Thanks!
This list is only meant as a starting point; you may wish to search PyPI directly for additional packages. Though not required, PyPI projects whose name starts with falcon-
are considered add-ons.
-
AuthN/Z
- falcon-oauth Oauth support
- falcon-cors CORS management
- falcon-jwt-checker JSON Web Token Checking
- falcon-auth Authentication Middleware + JWT/Basic/Token/Multi authentication Backends.
- falcon-policy Role-based security policy middleware
-
Serialization and Validation
- falcon-jsonify Middleware component to serialize/deserialize JSON with built-in input validation
- falconjsonio JSON-Schema input and output for Falcon
- falcon_json Falcon JSON helpers
- falcon-multipart Parse multipart/form-data in Falcon
- stoplight Input validation with support for Falcon and other frameworks
- falguard Requests validation against OpenAPI (Swagger) schema
-
API Specification
- py2swagger OpenAPI specification generator
-
Other
- falcon-resource-factory Handle requests for a single item as well as multiple items
- pytest-falcon Pytest utils for Falcon
- pytest-falcon-client Pytest fixture with awesome client
- falcon-require-https Middleware to require HTTPS
- falcon-sslify Middleware to redirect HTTP to HTTPS
- falcon_ask Toolkit for writing Amazon Alexa skills in your Falcon app
- falcon_sugar Small bits of syntactic sugar for Falcon apps