File: control

package info (click to toggle)
pesto 25-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 516 kB
  • ctags: 519
  • sloc: python: 3,062; makefile: 107
file content (32 lines) | stat: -rw-r--r-- 1,288 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
Source: pesto
Section: python
Priority: optional
Maintainer: Marcelo Jorge Vieira (metal) <metal@debian.org>
Build-Depends: debhelper (>= 7), python-setuptools, python-support
Standards-Version: 3.9.1
Homepage: http://pesto.redgecko.org/
Vcs-Git: git://git.debian.org/git/users/metal/pesto.git
Vcs-Browser: http://git.debian.org/?p=users/metal/pesto.git;a=summary
XS-Python-Version: >= 2.5

Package: python-pesto
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-repoze.lru
Suggests: apache2 | httpd
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Library for Python web applications
 Its aim is to make writing WSGI web applications easy and fun.
 Pesto doesn't constrain you -- how you integrate with databases,
 what templating system you use or how you prefer to lay out your
 source files is up to you.
 .
 Pesto makes it easy to:
 .
    - Map any URI to any part of your application.
    - Produce unicode aware, standards compliant WSGI applications.
    - Interrogate WSGI request information -- form variables and HTTP
      request headers.
    - Create and manipulate HTTP headers, redirects, cookies etc.
    - Integrate with any other WSGI application or middleware, giving you
      access to a vast and growing resource.