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
|
Source: paste
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), dpatch
Build-Depends-Indep: python (>= 2.3.5-11), python-all, python-support (>= 0.6.4),
python-setuptools (>= 0.6b3-1~), python-docutils
Standards-Version: 3.8.0
Homepage: http://pythonpaste.org/
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/paste/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/?op=log
Package: python-paste
Architecture: all
Depends: ${python:Depends}, python-pkg-resources, python-formencode (>= 0.5.1-1)
Recommends: python-ctypes, python-openid, python-openssl, python-scgi
Suggests: python-pastedeploy, python-pastescript, python-pastewebkit,
libapache2-mod-wsgi, libapache2-mod-python (>= 3.2.8-3), libapache2-mod-scgi,
python-pgsql (>= 2.5.1-1)
Replaces: paste-common
Conflicts: paste-common
Description: Tools for using a Web Server Gateway Interface stack
Python Paste brings consistency to Python web development and web application
installation, providing tools for both developers and system administrators.
.
Paste for Administrators:
* Easily install, run, and configure multiple Paste-enabled web
applications at once, and integrate them into your website how
you want (SCGI, FCGI, AJP, WSGI)
* Manage and install web applications system-wide for easy maintenance
.
Paste for Web Developers:
* Increase your web application's audience
* Provide starter templates and custom commands for using your web framework
* Keep your development and deployment straightened out, and your automated
testing streamlined
* Attention payed to the full development cycle -- starting projects,
converting old projects, updating and deploying projects -- using a set of
complementary packages and tools
|