python-falcon 1.0.0-2build3 source package in Ubuntu
Changelog
python-falcon (1.0.0-2build3) artful; urgency=medium * No-change rebuild to drop _PyFPE support. -- Matthias Klose <email address hidden> Tue, 05 Sep 2017 08:23:04 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Artful
- Original maintainer:
- PKG OpenStack
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-falcon_1.0.0.orig.tar.xz | 396.6 KiB | b46e8e132a075c8e66aca3df490fe9671e1fc15e0fb5f484cf0657266a009c7e |
python-falcon_1.0.0-2build3.debian.tar.xz | 5.0 KiB | ecbe21072143cca45b0a4df6cbfc76947f68e8422cea64a080901dd2322526b5 |
python-falcon_1.0.0-2build3.dsc | 2.4 KiB | 9e0257181a8b4a426d1a179b43366d50b1dd013f4a97a3044695e0bf973b69d5 |
Available diffs
- diff from 1.0.0-2build2 to 1.0.0-2build3 (317 bytes)
Binary packages built by this source
- python-falcon: No summary available for python-falcon in ubuntu cosmic.
No description available for python-falcon in ubuntu cosmic.
- python-falcon-dbgsym: No summary available for python-falcon-dbgsym in ubuntu artful.
No description available for python-
falcon- dbgsym in ubuntu artful.
- 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: No summary available for python3-falcon-dbgsym in ubuntu cosmic.
No description available for python3-
falcon- dbgsym in ubuntu cosmic.