python-falcon 2.0.0-2build1 source package in Ubuntu

Changelog

python-falcon (2.0.0-2build1) hirsute; urgency=medium

  * No-change rebuild to drop python3.8 extensions.

 -- Matthias Klose <email address hidden>  Mon, 07 Dec 2020 18:22:04 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Hirsute
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_2.0.0.orig.tar.xz 868.1 KiB 433b45c5bb121df15fad0f3ccf20b433476e425bff5ce45ac62f7cf42a4a8237
python-falcon_2.0.0-2build1.debian.tar.xz 6.6 KiB ab2a05eb738629fe4af499a954a0197ba85616c253148afef8dd7dadb67513b3
python-falcon_2.0.0-2build1.dsc 2.3 KiB d5d4566d1d341d896caf6e4da872e342ae55246c71882d3604e04c8af8d54a5d

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: No summary available for python3-falcon-dbgsym in ubuntu impish.

No description available for python3-falcon-dbgsym in ubuntu impish.