sphinxcontrib-pecanwsme 0.8.0-3 source package in Ubuntu

Changelog

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

  * Using python-sphinxcontrib.httpdomain, and not the transition package
    python-sphinxcontrib-httpdomain.

 -- Thomas Goirand <email address hidden>  Thu, 10 Sep 2015 10:26:27 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinxcontrib-pecanwsme_0.8.0-3.dsc 2.1 KiB a175fd290e1bf76bdfa47956d1a2e890bcbe36731c9e667bf1ae5a8d76b3983a
sphinxcontrib-pecanwsme_0.8.0.orig.tar.xz 7.6 KiB 2c44b25b5ac3f61e841c9fd34fec981e591e04558349a269aadcb9f40969fda5
sphinxcontrib-pecanwsme_0.8.0-3.debian.tar.xz 2.5 KiB ddebe44cc93ec7611dbedab9f8d92e9d89188577540faf3e5fa04401541b5636

Available diffs

No changes file available.

Binary packages built by this source

python-sphinxcontrib-pecanwsme: documenting APIs built with Pecan and WSME

 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.