python-pecan 1.0.2-1ubuntu1 source package in Ubuntu

Changelog

python-pecan (1.0.2-1ubuntu1) wily; urgency=medium

  * d/control,d/p/drop-virtualenv.patch: Drop BD's on virtualenv,
    remove from setup.py test requirements.

 -- James Page <email address hidden>  Tue, 08 Sep 2015 12:18:03 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pecan_1.0.2.orig.tar.xz 133.9 KiB 272d12e5e76ba59b9255abe49f949aeddb1c91acc756b568171f00d93bf86a2f
python-pecan_1.0.2-1ubuntu1.debian.tar.xz 5.4 KiB e58e1e5bf539434f3e867c896172e74c8165f7baa688186ed5a0fa1ab1b6dacd
python-pecan_1.0.2-1ubuntu1.dsc 2.7 KiB 4b080caabeeafe08bd1588807768731984751357a532cee42447e488b78af51e

View changes file

Binary packages built by this source

python-pecan: WSGI object-dispatching web framework - Python 2.x

 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.
 .
 This package contains the Python 2.x module.

python-pecan-doc: No summary available for python-pecan-doc in ubuntu wily.

No description available for python-pecan-doc in ubuntu wily.

python3-pecan: WSGI object-dispatching web framework - Python 3.x

 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.
 .
 This package contains the Python 3.x module.