python-falcon 3.0.1-2 source package in Ubuntu

Changelog

python-falcon (3.0.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Fri, 01 Oct 2021 11:41:55 +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.0.1-2.dsc 2.4 KiB 7a4ee99386ffd07a6504d93de265e12aa0c1736f397c27a26dbfb008c5888530
python-falcon_3.0.1.orig.tar.xz 1017.0 KiB 274ffa52bf463923f226668fa2bbc28141a1fc86ef2c10695beb885c2516627e
python-falcon_3.0.1-2.debian.tar.xz 6.1 KiB 76b8f9afb60f55c76c8be21a34516363ed25bb321af8c2be7091ed4f25a86ae9

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