okasha 0.3.0-2 source package in Ubuntu

Changelog

okasha (0.3.0-2) unstable; urgency=medium

  * Team upload.
  * Add missing build-depends on python3-setuptools (Closes: #1080683)

 -- Alexandre Detiste <email address hidden>  Fri, 07 Feb 2025 22:53:04 +0100

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
Questing release multiverse python
Plucky release multiverse python

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
okasha_0.3.0-2.dsc 2.1 KiB 503e4572aeaa4ad8aa839ada09f1facfa724e0c9b374c19768c229e81df7d75f
okasha_0.3.0.orig.tar.gz 302.2 KiB 48d87d0afe85ae741b903780d95931d423177819f03a2029967e61adfecffeca
okasha_0.3.0-2.debian.tar.xz 12.9 KiB 3ec787811a86bf59645bf652e1e869c8ef27765166656a9ef4d773d516ddd8d9

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.