File: control

package info (click to toggle)
python-weblib 1.1.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 260 kB
  • ctags: 514
  • sloc: python: 1,322; makefile: 46; sh: 27
file content (18 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-weblib
Section: net
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.5.6
Build-Depends-Indep: debhelper (>> 2.0.0), python-dev (>= 2.1.1-3), python-dev (<< 2.2)

Package: python-weblib
Architecture: all
Depends: python (>= 2.1.1-3), python (<< 2.2)
Description: Yet another web programming framework for Python
 The module package pyweblib consists of several submodules:
 .
   * pyweblib.forms        class library for handling <FORM> input
   * pyweblib.session      server-side web session handling
   * pyweblib.helper       misc. stuff useful in CGI-BINs
   * pyweblib.sslenv       retrieves SSL-related env vars
   * pyweblib.httphelper   very basic HTTP functions