File: control

package info (click to toggle)
okasha 0.3.0-2
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 784 kB
  • sloc: python: 1,024; sh: 30; makefile: 7; javascript: 2
file content (52 lines) | stat: -rw-r--r-- 1,937 bytes parent folder | download
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
49
50
51
52
Source: okasha
Section: non-free/python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.2
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/packages/okasha.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/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.