sphinxcontrib-pecanwsme 0.10.0-2 source package in Ubuntu

Changelog

sphinxcontrib-pecanwsme (0.10.0-2) unstable; urgency=medium

  * Add py3.11-use-getfullargspec.patch (Closes: #1028154).

 -- Thomas Goirand <email address hidden>  Mon, 09 Jan 2023 09:15:43 +0100

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinxcontrib-pecanwsme_0.10.0-2.dsc 2.2 KiB 31135eadb210c1e70ebf1e6495c8ad49ec444b7feba0d77cdbbadc11e72984cb
sphinxcontrib-pecanwsme_0.10.0.orig.tar.xz 7.8 KiB 21b27c45643364c16f83f20371e213d991cb7a3cd3908a6ee1a1e6c63e6bee33
sphinxcontrib-pecanwsme_0.10.0-2.debian.tar.xz 3.3 KiB d67e5c50480c58f8e9949c729ea2697497421f14060ff39dbd9f52846c77298a

Available diffs

No changes file available.

Binary packages built by this source

python3-sphinxcontrib-pecanwsme: documenting APIs built with Pecan and WSME - Python 3.x

 sphinxcontrib.pecanwsme is an extension to Sphinx for documenting APIs built
 with Pecan and WSME.
 .
 The Pecan Python module is a WSGI object-dispatching web framework designed to
 be lean and fast with few dependencies. Pecan comes bundled with a lightweight
 WSGI development server based on Python's wsgiref.simpleserver. Pecan
 applications also come with an interactive Python shell which can be used to
 execute expressions in an environment very similar to the one your application
 runs in (using the "pecan shell" command).
 .
 WSGI is the "Web Server Gateway Interface". It defines a simple and universal
 interface between web servers and web applications or frameworks for the
 Python programming language.
 .
 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.
 .
 This package provides the Python 3.x module.