python-wsme 0.11.0-3 source package in Ubuntu

Changelog

python-wsme (0.11.0-3) unstable; urgency=medium

  * Add py3.11-use-inspect.getfullargspec....patch (Closes: #1026473).
  * Fix d/copyright ordering and years.

 -- Thomas Goirand <email address hidden>  Sat, 24 Dec 2022 16:43:33 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wsme_0.11.0-3.dsc 2.3 KiB 0a90128d82d6bd4cd5238ec63d3559bcad908461668ea3084a2f29dda62edca5
python-wsme_0.11.0.orig.tar.xz 59.6 KiB 03b4bc896c1f55c7270614fcd8775b035d4345b22e480cd718117bc5c05b7dae
python-wsme_0.11.0-3.debian.tar.xz 4.6 KiB a6aab441a02417d4bb39a66b6ad7c7ccc0c24b7d49edc6afd4e7ce956a740b6a

Available diffs

No changes file available.

Binary packages built by this source

python3-wsme: Web Services Made Easy: implement multi-protocol webservices - Python 3.x

 Web Service Made Easy (WSME) simplify the writing of REST web services by
 providing simple yet powerful typing which removes the need to directly
 manipulate the request and the response objects.
 .
 WSME can work standalone or on top of your favorite Python web (micro)
 framework, so you can use both your preferred way of routing your REST requests
 and most of the features of WSME that rely on the typing system like:
 .
  * Alternate protocols, including ones supporting batch-calls
  * Easy documentation through a Sphinx extension
 .
 WSME is originally a rewrite of TGWebServices with focus on extensibility,
 framework-independance and better type handling.
 .
 This package provides the Python 3.x module.