{"library":"falcon","type":"library","category":null,"description":"Falcon is a minimalist, high-performance Python web API framework for building REST APIs and microservices. It provides a clean design that embraces HTTP and the REST architectural style, with a strong focus on reliability, correctness, and speed. The current version, 4.2.0, primarily contains typing enhancements and performance optimizations, including support for free-threaded CPython 3.14. Falcon supports both synchronous (WSGI) and asynchronous (ASGI) applications and typically follows a stable release cadence with regular updates.","language":"python","status":"active","version":"4.2.0","tags":["web-framework","asgi","wsgi","api","rest","microservices","performance"],"last_verified":"Fri May 22","install":[{"cmd":"pip install falcon","imports":["import falcon\napp = falcon.App()","from falcon.asgi import App as ASGIApp\napp = ASGIApp()","from falcon import Request, Response","from falcon import Request, Response","import falcon\nresp.status = falcon.HTTP_200"]}],"homepage":"https://falconframework.org","github":"https://github.com/falconry/falcon","docs":"https://falcon.readthedocs.io/en/stable/","changelog":"https://falcon.readthedocs.io/en/stable/changes/","pypi":"https://pypi.org/project/falcon/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.8,"avg_import_s":0.42,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/falcon/compatibility"}}