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
|
Source: pylons
Section: web
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 9), dh-python
Build-Depends-Indep: python-all, python-setuptools,
# tests:
python-coverage, python-routes,
python-paste (>= 1.7.5.1), python-pastedeploy (>= 1.5.0), python-pastescript (>= 2.0.2-1~),
python-webob (>= 1.1.1), python-weberror (>= 0.10.3), python-webtest (>= 1.3.1),
python-beaker (>= 1.5.4), python-mako (>= 0.5.0), python-tempita (>= 0.5.1),
python-formencode (>= 1.2.4), python-webhelpers (>= 0.6.4), python-decorator (>= 3.3.2),
python-simplejson (>= 2.2.1), python-nose (>= 1.1.2), python-pkg-resources,
python-markupsafe (>= 0.15), python-jinja2, python-genshi (>= 0.6), python-cheetah (>= 1.0-1.1),
python-kid (>= 0.9.1-3), python-myghty (>= 1.1), python-pygments (>= 0.7),
python-migrate, python-docutils (>= 0.4)
Standards-Version: 4.3.0
Homepage: http://pylonshq.com/
Vcs-Git: https://salsa.debian.org/python-team/modules/pylons.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pylons
Package: python-pylons
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
Recommends: python-sqlalchemy (>= 0.5) | python-sqlobject
Suggests: python-jinja2, python-genshi (>= 0.6), python-cheetah (>= 1.0-1.1),
python-kid (>= 0.9.1-3), python-myghty (>= 1.1), python-pygments (>= 0.7),
python-migrate, python-docutils (>= 0.4),
ipython, libapache2-mod-wsgi
Description: Python web framework emphasizing flexibility and rapid development
Pylons combines the very best ideas from the worlds of Ruby, Python and Perl,
providing a structured but extremely flexible Python web framework. It's also
one of the first projects to leverage the emerging WSGI standard, which allows
extensive re-use and flexibility, but only if you need it. Out of the box,
Pylons aims to make web development fast, flexible and easy.
|