python-falcon 3.0.1-3build2 source package in Ubuntu

Changelog

python-falcon (3.0.1-3build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Thu, 03 Nov 2022 18:55:19 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-falcon_3.0.1.orig.tar.xz 1017.0 KiB 274ffa52bf463923f226668fa2bbc28141a1fc86ef2c10695beb885c2516627e
python-falcon_3.0.1-3build2.debian.tar.xz 6.3 KiB 81de9a60cbe7d408dd3bdcfb6a8beb65e3719cce3ea2d1b75ed6359a0abcd333
python-falcon_3.0.1-3build2.dsc 2.4 KiB b712431baf6c712b6a170676cce0efc1bb2be33d7f39ac7810aa869c17d4fe47

Available diffs

View changes file

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