File: control

package info (click to toggle)
turbogears2 2.3.7-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,260 kB
  • ctags: 3,069
  • sloc: python: 14,416; makefile: 13
file content (51 lines) | stat: -rw-r--r-- 1,965 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: turbogears2
Section: python
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-pylons,
               python-setuptools
Standards-Version: 3.9.6
Homepage: http://www.turbogears.org/
X-Python-Version: >= 2.7

Package: python-turbogears2
Architecture: all
Depends: python-babel (>= 0.9.4),
         python-crank,
         python-genshi (>= 0.5.1),
         python-pylons (>= 0.9.7),
         python-repoze.tm2 (>= 1.0a4),
         python-toscawidgets (>= 0.9.4),
         python-weberror (>= 0.10.1),
         python-webflash (>= 0.1a8),
         ${misc:Depends},
         ${python:Depends},
Recommends: python-pysqlite2,
            python-tg.devtools (>= 2.0.1),
Suggests: python-elixir,
Description: Python web application framework
 TurboGears2 is a framework to develop web applications in Python.
 .
 TurboGears2 application are developed according to a
 model-view-controller (MVC) architecture composed of several
 components: an Object Relational Mapper (or ORM, to code the model),
 a template engine (to write views), and an URL mapper (to associate
 URLs to Python methods acting as controllers).
 .
 TurboGears2 relies on the best available individual components and
 combines them into a coherent and well-documented whole. TurboGears2
 includes parts that join the components together and make them work
 together seamlessly, but does not obscure each included project. This
 allows one to take advantage of existing documentation, articles, mailing
 lists and other resources that have built up in the communities for
 each project.
 .
 TurboGears2 is the next major version of TurboGears, and builds on
 the Pylons framework.
 .
 This package contains all you would need to run (but not develop) web
 applications powered by TurboGears2; to develop them you should
 also install the python-tg.devtools packages.