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 53 54
|
Source: albatross
Section: python
Priority: optional
Maintainer: Fabian Fagerholm <fabbe@debian.org>
Build-Depends: debhelper (>= 5.0.37.1), python (>= 2.3.5-7), python-all-dev
Build-Depends-Indep: python-central (>= 0.5), docbook-to-man, texlive-base, texlive-fonts-recommended, texlive-extra-utils, texlive-latex-base, texlive-latex-extra, dia (>= 0.94.0), ghostscript, fakeroot
Standards-Version: 3.8.0
XS-Python-Version: all
Homepage: http://www.object-craft.com.au/projects/albatross/
Package: python-albatross
Architecture: all
Depends: ${python:Depends}
Suggests: python-albatross-common
Conflicts: python2.3-albatross (<< 1.33-3), python2.4-albatross (<< 1.33-3)
Replaces: python2.3-albatross (<< 1.33-3), python2.4-albatross (<< 1.33-3)
XB-Python-Version: ${python:Versions}
Description: Toolkit for Stateful Web Applications
Albatross is a small and flexible Python toolkit for developing highly
stateful web applications. It includes, among other things:
* An extensible HTML templating system similar to DTML that promotes
separation of presentation and implementation.
* The ability to place Python code for each page in a dynamically loaded
module, or to place each page in its own class.
* Optional sessions: browser-based or server-based.
* Deployment as CGI programs, mod_python modules or as standalone web
applications.
Package: python-albatross-common
Architecture: all
Depends: ${python:Depends}, python-albatross, adduser, lsb-base (>= 3.0-6)
XB-Python-Version: ${python:Versions}
Description: Toolkit for Stateful Web Applications (common files)
Albatross is a small and flexible Python toolkit for developing highly
stateful web applications.
.
This package contains the Albatross session server and standalone
web application server.
Package: python-albatross-doc
Architecture: all
Section: doc
Description: documentation for the Albatross Web Toolkit
Albatross is a small and flexible Python toolkit for developing highly
stateful web applications. It includes, among other things:
* An extensible HTML templating system similar to DTML that promotes
separation of presentation and implementation.
* The ability to place Python code for each page in a dynamically loaded
module, or to place each page in its own class.
* Optional sessions: browser-based or server-based.
* Deployment as CGI programs, mod_python modules or as standalone web
applications.
.
This package contains the Albatross documentation in PDF format.
|