Source: okasha Section: non-free/python Priority: optional Maintainer: Debian Python Modules Team Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) Build-Depends: debhelper (>= 10), python-all (>= 2.6.6-3~) Standards-Version: 4.1.1 Homepage: http://okasha.ojuba.org Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/okasha.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/okasha.git X-Python-Version: >= 2.6 Package: python-okasha Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: python-paste, python-lxml, python-kid Breaks: ${python:Breaks} Description: 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 Package: python-okasha-examples Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-okasha, libjs-jquery, python-paste Description: 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.