okasha 0.3.0-1 source package in Ubuntu

Changelog

okasha (0.3.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Add debian/gbp.conf
  * Update debian/watch
  * Update standards version to 4.6.2, no changes needed

 -- Jeremy Bicha <email address hidden>  Fri, 20 Jan 2023 09:38:53 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release multiverse python
Noble release multiverse python
Mantic release multiverse python
Lunar release multiverse python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
okasha_0.3.0-1.dsc 2.1 KiB cf7cce514428ed55f13d8a9e5f17e3e306a7c93ae768b4134608988bcdff1738
okasha_0.3.0.orig.tar.gz 302.2 KiB 48d87d0afe85ae741b903780d95931d423177819f03a2029967e61adfecffeca
okasha_0.3.0-1.debian.tar.xz 12.8 KiB 84b80d0f8e76b143a2466b41d007d418e5054e4cdf3412ff9c9904941e42ad9a

Available diffs

No changes file available.

Binary packages built by this source

python3-okasha: trivial WSGI web framework for Python

 Almost do-nothing web framework that features:
  * WSGI-enabled ie. can be used with mod_wsgi, mod_python, Fast CGI, CGI, with
    paste or even without even a server
  * light weight
  * can be tuned to be suitable for desktop apps or public web servers
  * no extra dependencies
  * very simple
  * Contains a module to add support for XSLT-based templates (requires
    python-lxml package)
  * Contains a module to add support for Kid-based templates (requires
    python-kid package)
  * Contains a module to add support for Bottle-based templates

python3-okasha-examples: trivial WSGI web framework for Python (examples)

 Almost do-nothing web framework that features:
  * WSGI-enabled ie. can be used with mod_wsgi, mod_python, fast cgi, cgi, with
    paste or even without even a server
  * light weight
  * can be tuned to be suitable for desktop apps or public web servers
  * no extra dependencies
  * very simple
 .
 This package contains an example application using Okasha web framework.