python-pecan 0.3.0-1ubuntu2 source package in Ubuntu

Changelog

python-pecan (0.3.0-1ubuntu2) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.
 -- Matthias Klose <email address hidden>   Sun, 23 Feb 2014 13:52:40 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-pecan_0.3.0.orig.tar.xz 205.9 KiB 7ec8444117a5e7c9caaef66f918cc36532604bb497e41bab8e7a3cc4e12020cc
python-pecan_0.3.0-1ubuntu2.debian.tar.gz 4.4 KiB 99a899368b4d5eebc10fc6204165bdb7036123698b11d9072bc12626fa980be4
python-pecan_0.3.0-1ubuntu2.dsc 1.7 KiB 5a061402814d452e7e88e02a1fcbe9a8a66f97e033e4e48e9345679877ecac2f

Available diffs

View changes file

Binary packages built by this source

python-pecan: WSGI object-dispatching web framework

 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.