python-wsme 0.11.0-4 source package in Ubuntu

Changelog

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

  * Using python3-pytest instead of python3-nose (Closes: #1018594).
  * Add python3-mock as build-depends.

 -- Thomas Goirand <email address hidden>  Fri, 11 Aug 2023 16:30:44 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wsme_0.11.0-4.dsc 2.3 KiB 50de92c96f55905ea6bf5dc822e1de93d90200b6dcf88c6ffa90fb2c64c25422
python-wsme_0.11.0.orig.tar.xz 59.6 KiB 03b4bc896c1f55c7270614fcd8775b035d4345b22e480cd718117bc5c05b7dae
python-wsme_0.11.0-4.debian.tar.xz 4.7 KiB 614215b5d9a6a50a88a82ca0f315578d8682b329a7292938b1a55931ecd50cf9

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.