python-falcon 3.0.1-3 source package in Ubuntu

Changelog

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

  * Add Rules-Requires-Root: no to avoid fakeroot #1001961 (Closes: #1002420).
  * Do not package /usr/lib/python3/dist-packages/examples.

 -- Thomas Goirand <email address hidden>  Thu, 23 Dec 2021 13:53:42 +0100

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-3.dsc 2.4 KiB 8110b674b968de1e7ac223b9cedd70cac81670d4f1a96937927d61851cfe51cb
python-falcon_3.0.1.orig.tar.xz 1017.0 KiB 274ffa52bf463923f226668fa2bbc28141a1fc86ef2c10695beb885c2516627e
python-falcon_3.0.1-3.debian.tar.xz 6.2 KiB f447a197c60988e583f12485a53a8d824891aad176389430b3700fee3b0c9451

Available diffs

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