sphinxcontrib-pecanwsme 0.10.0-3 source package in Ubuntu

Changelog

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

  * Cleans better (Closes: #1047254).

 -- Thomas Goirand <email address hidden>  Mon, 21 Aug 2023 11:16:09 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinxcontrib-pecanwsme_0.10.0-3.dsc 2.2 KiB 14fe043720774a90010892000aec3a128d3591edc6b6fa60299136456e53f4b9
sphinxcontrib-pecanwsme_0.10.0.orig.tar.xz 7.8 KiB 21b27c45643364c16f83f20371e213d991cb7a3cd3908a6ee1a1e6c63e6bee33
sphinxcontrib-pecanwsme_0.10.0-3.debian.tar.xz 3.4 KiB 49b211b1e2b757d096e0a5bb66086ad003c7aa4055a693769e48921a98bba803

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.