File: control

package info (click to toggle)
python-jtoolkit 0.7.8-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,436 kB
  • ctags: 2,536
  • sloc: python: 15,143; makefile: 20
file content (22 lines) | stat: -rw-r--r-- 899 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
Source: python-jtoolkit
Section: python
Priority: optional
Maintainer: Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.3)
Standards-Version: 3.7.2

Package: python-jtoolkit
Architecture: all
Depends: ${python:Depends}, python-kid, python-elementtree
XB-Python-Version: ${python:Versions}
Description: Web application framework
 jToolkit is a Python web application framework built on modpython and
 Apache.  It can also run in standalone mode using its own builtin HTTP
 server.
 .
 It is aimed at dynamically generated pages rather than mostly-static
 pages (for which there are templating solutions).  Pages can be produced
 using a variety of widgets or a new templating system.  It handles
 sessions and database connections.
 .
 Homepage: http://jtoolkit.sourceforge.net/