File: control

package info (click to toggle)
webhelpers 1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,800 kB
  • ctags: 1,154
  • sloc: python: 8,309; sh: 245; makefile: 114
file content (24 lines) | stat: -rw-r--r-- 1,223 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
Source: webhelpers
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Oleksandr Moskalenko <malex@debian.org>, Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), python-markupsafe,
 python-nose, python-routes, python-webob, python-pylons, python-sqlalchemy
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/webhelpers/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/webhelpers/trunk/
Homepage: http://docs.pylonsproject.org/projects/webhelpers/dev/
X-Python-Version: >= 2.4

Package: python-webhelpers
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
 python-routes (>= 1.1), python-simplejson (>= 1.4), libjs-scriptaculous
Suggests: python-utidylib
Description: library of helper functions to make writing web application templates easier
 One of the sub-sections of Web Helpers contains a full port of the template
 helpers that are provided by Ruby on Rails with slight adaptations on
 occasion to accommodate for Python. Some of these helpers only require Routes
 to function.