python-pecan 1.5.1-0ubuntu1 source package in Ubuntu

Changelog

python-pecan (1.5.1-0ubuntu1) noble; urgency=medium

  * New upstream release.
  * Drop (Build-)Depends on six.

 -- James Page <email address hidden>  Thu, 01 Feb 2024 10:50:29 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pecan_1.5.1.orig.tar.gz 168.2 KiB feb57cde10abe2f8102abd3a8b46205f63a8c24eb98781767f6ed281b6986431
python-pecan_1.5.1-0ubuntu1.debian.tar.xz 6.2 KiB b4047739f74b169d279fd9d3ba22061dae509265734a5307b43ba7b2f8690db1
python-pecan_1.5.1-0ubuntu1.dsc 2.6 KiB 9e917e8a39553eddc911c5f60f56f31c194ffc23f2eea2e3eadee00f67ba8e4f

Available diffs

View changes file

Binary packages built by this source

python-pecan-doc: 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.
 .
 This package contains the pecan documentation.

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.