python-wsme 0.12.1-0ubuntu1 source package in Ubuntu

Changelog

python-wsme (0.12.1-0ubuntu1) noble; urgency=medium

  * New upstream release.
  * d/p/*: Drop, included upstream.

 -- James Page <email address hidden>  Wed, 31 Jan 2024 16:40:49 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wsme_0.12.1.orig.tar.xz 59.5 KiB 54ed5ab57c280d32bef48305248f994f38c4532d0d82f62bcf756b5632d9896a
python-wsme_0.12.1-0ubuntu1.debian.tar.xz 4.5 KiB dca909060fee1fc5d1fdba15a9b2e9f112b5c1cfd56831002ddbdad5f67b841a
python-wsme_0.12.1-0ubuntu1.dsc 2.4 KiB f346f93e437a678c7a8bea20ce0d2d4ff5d5817a73bafa74e1f0854a137a8094

View changes file

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.