File: control

package info (click to toggle)
webpy 0.200-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 184 kB
  • ctags: 383
  • sloc: python: 2,650; makefile: 33
file content (25 lines) | stat: -rw-r--r-- 791 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
Source: webpy
Section: python
Priority: optional
Maintainer: Kai Hendry <hendry@iki.fi>
Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.3), python-dev
Standards-Version: 3.7.2
XS-Python-Version: >= 2.4

Package: python-webpy
Architecture: all
Depends: ${python:Depends}
Recommends: python-cheetah, python-mysqldb, python-flup
XB-Python-Version: ${python:Versions}
Description: Web API for Python applications
 Webpy offers a clean and well designed API for Python Web applications
 .
 The philosophy behind webpy is to: "Think about the ideal way to write a web
 app. Write the code to make it happen."
 .
 Implementations using this library have resulted in: 
  * less code 
  * code that ran faster
  * code that is easier to read and maintain.
 .
 Website: http://webpy.org/