python-wsme 0.9.3-3 source package in Ubuntu

Changelog

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

  * Use debhelper-compat instead of debian/compat.
  * Removed Python 2 support.

 -- Ondřej Nový <email address hidden>  Sat, 20 Jul 2019 20:20:17 +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
Focal release main python

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wsme_0.9.3-3.dsc 2.3 KiB 9c7aec3279df7c973675f7df3b01d2e59a4a634fd8a9e4e08129387b1883022a
python-wsme_0.9.3.orig.tar.xz 83.2 KiB 9db92e9c4d8f786b0c94396a671586de39e06d9d9d54121a22806b9561ae6bd2
python-wsme_0.9.3-3.debian.tar.xz 3.9 KiB aa6f52e8fa637b4449e837a5b0133339f1424cc66963d1e5c3d4e748fd8634ca

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.