1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: okasha
Section: non-free/python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Build-Depends: debhelper-compat (= 12), python3-all, dh-python
Standards-Version: 4.4.0
Homepage: https://ojuba.org/okasha:%D8%A7%D9%84%D8%B1%D8%A6%D9%8A%D8%B3%D8%A9
Vcs-Git: https://salsa.debian.org/python-team/modules/okasha.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/okasha
Package: python3-okasha
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python3-paste, python3-lxml
Breaks: ${python3: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: python3-okasha-examples
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-okasha,
libjs-jquery
Breaks: python-okasha-examples
Replaces: python-okasha-examples
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.
|