python-wsme 0.11.0-2 source package in Ubuntu

Changelog

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

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Wed, 29 Sep 2021 13:52:21 +0200

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
Kinetic release main python
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wsme_0.11.0-2.dsc 2.3 KiB 749499033c577504e91e924ec7426fb8a47ff644229fffc31ef61756604c2f2c
python-wsme_0.11.0.orig.tar.xz 59.6 KiB 03b4bc896c1f55c7270614fcd8775b035d4345b22e480cd718117bc5c05b7dae
python-wsme_0.11.0-2.debian.tar.xz 4.2 KiB 8b0729cd6c93a21ac62e07b5d91454b05d41ad070006778494af514e31657744

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.