python-falcon 3.1.1-1build1 source package in Ubuntu
Changelog
python-falcon (3.1.1-1build1) lunar; urgency=medium * No-change rebuild with Python 3.11 only -- Graham Inggs <email address hidden> Thu, 16 Mar 2023 07:27:24 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Lunar
- Original maintainer:
- Debian OpenStack
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-falcon_3.1.1.orig.tar.xz | 1.0 MiB | 75c3278c083ebea4af8f9729aa7097fb7a642b32dee7c9abf3dcb3559d8480cc |
python-falcon_3.1.1-1build1.debian.tar.xz | 6.4 KiB | 9b8180fa5da5f9f2f02cf2ec841a5995baf75d88474b436f5d5a344f276665af |
python-falcon_3.1.1-1build1.dsc | 2.4 KiB | 0fc3d81aeadef8412275b19f40581e28088400a0cec0ebe0c960ffd650e96626 |
Available diffs
- diff from 3.1.1-1 (in Debian) to 3.1.1-1build1 (314 bytes)
Binary packages built by this source
- python3-falcon: supersonic micro-framework for building cloud APIs - Python 3.x
Falcon is a high-performance Python framework for building cloud APIs. It
encourages the REST architectural style, and tries to do as little as possible
while remaining highly effective.
.
Unlike other Python web frameworks, Falcon won't bottleneck your API's
performance under highly concurrent workloads. Many frameworks max out at
serving simple "hello world" requests at a few thousand req/sec, while Falcon
can easily serve many more on the same hardware.
.
Falcon isn't very opinionated. In other words, the framework leaves a lot of
decisions and implementation details to you.
.
Features:
* Intuitive routing via URI templates and resource classes
* Easy access to headers and bodies through request and response classes
* Idiomatic HTTP error responses via a handy exception base class
* DRY request processing using global, resource, and method hooks
* Snappy unit testing through WSGI helpers and mocks
* 20% speed boost when Cython is available
* Python 2.6, Python 2.7, PyPy and Python 3.3 support
.
This package provides the Python 3.x module.
- python3-falcon-dbgsym: debug symbols for python3-falcon