File: control

package info (click to toggle)
python-tgext.admin 0.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 580 kB
  • ctags: 337
  • sloc: python: 919; makefile: 17; sh: 14
file content (34 lines) | stat: -rw-r--r-- 1,057 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
33
34
Source: python-tgext.admin
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 7),
 cdbs,
 dpatch,
 python-dev,
 python-setuptools,
 python-docutils
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-tgext.admin/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-tgext.admin/trunk/

Package: python-tgext.admin
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 python-sprox,
 python-toscawidgets,
 python-turbogears2
Description: user management controller add-on for TurboGears
 TurboGears2 is a framework to develop web applications in Python,
 according to the model-view-controller (MVC) architecture;
 tgext.admin is a controller add-on for TurboGears2 that provides a
 user interface to manage users, groups, and their permissions.
 .
 tgext.admin is compatible with the basic TurboGears2 identity model.
 .
 This package also contains:
 .
  * tgext.crud - controller extension to expose CRUD interfaces