python-wsme 0.11.0-5 source package in Ubuntu

Changelog

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

  * Cleans better (Closes: #1046977).

 -- Thomas Goirand <email address hidden>  Fri, 18 Aug 2023 12:01:19 +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
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wsme_0.11.0-5.dsc 2.3 KiB 01eb5a24637bff78859c2d67d74c0f8968894f8942f7cd2ae273445a807fd92c
python-wsme_0.11.0.orig.tar.xz 59.6 KiB 03b4bc896c1f55c7270614fcd8775b035d4345b22e480cd718117bc5c05b7dae
python-wsme_0.11.0-5.debian.tar.xz 4.8 KiB df26544cffe48d465d7c1678de7673a13a366d6d9934284515b36d038fa643d3

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.