python-wsme 0.9.2-0ubuntu2.18.04.1 source package in Ubuntu

Changelog

python-wsme (0.9.2-0ubuntu2.18.04.1) bionic; urgency=medium

  * d/control: Correct dependency on python3-netaddr for python3-wsme,
    avoiding needless install of Python 2 (LP: #1805125).

 -- James Page <email address hidden>  Mon, 26 Nov 2018 11:24:16 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates main python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wsme_0.9.2.orig.tar.gz 119.7 KiB e790ac755a7e36eaa796d3966d3878677896dbc7d1c2685cb85c06b744c21976
python-wsme_0.9.2-0ubuntu2.18.04.1.debian.tar.xz 4.5 KiB e41b4d49806430686837b34824662c379849a9c91bd34a89cdde670c12b725bd
python-wsme_0.9.2-0ubuntu2.18.04.1.dsc 2.8 KiB 0b66e2312828db98f75219f227f295899dd64807fcda73cce4e5812bb23df6a1

View changes file

Binary packages built by this source

python-wsme: Web Services Made Easy: implement multi-protocol webservices - Python 2.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 2.x module.

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.