python-falcon 3.1.0-3 source package in Ubuntu

Changelog

python-falcon (3.1.0-3) unstable; urgency=medium

  * Removed python3-nose from build-depends (Closes: #1018490).

 -- Thomas Goirand <email address hidden>  Wed, 26 Oct 2022 10:48:11 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
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.1.0-3.dsc 2.4 KiB 5d812fee083c200357cb2465bb36091d260a65c024b4f659112f4f92665c6311
python-falcon_3.1.0.orig.tar.xz 1.0 MiB 33966e843fbbc2779735e3396ed9eb0031013f61159ed194e68dfd24f60a7281
python-falcon_3.1.0-3.debian.tar.xz 6.3 KiB 422e550b59bfb602c7ea4c75aa0321d03ec6ad8bc2afce8d34cd4097c0e40b90

No changes file available.

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