File: control

package info (click to toggle)
cherrypy3 3.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,940 kB
  • sloc: python: 21,736; makefile: 26; sh: 6
file content (59 lines) | stat: -rw-r--r-- 2,904 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
52
53
54
55
56
57
58
59
Source: cherrypy3
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python-setuptools (>= 0.6a9), python-all (>= 2.6.6-3~), help2man, python-nose, python3-all, python3-nose, python3-setuptools, dh-python
Build-Depends-Indep: python-epydoc
Standards-Version: 3.9.5
Homepage: http://www.cherrypy.org/
X-Python-Version: >= 2.3
X-Python3-Version: >= 3.2
XS-Testsuite: autopkgtest
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/cherrypy3/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/cherrypy3/trunk/

Package: python-cherrypy3
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-routes
Provides: ${python:Provides}
Conflicts: python-cherrypy
Description: Python web development framework - version 3
 CherryPy is a pythonic, object-oriented web development framework. It
 provides the foundation over which complex web-based applications can
 be written, with little or no knowledge of the underlying
 protocols. CherryPy allows developers to build web applications in
 much the same way they would build any other object-oriented Python
 program. This usually results in smaller source code developed in
 less time.
 .
 CherryPy is up-to-date with the latest developments on using Python
 for web development: it features a bundled WSGI server, and is able
 to integrate with other dispatching mechanisms, such as
 Routes. CherryPy can be run as a standalone application, since it
 provides its own HTTP server; setting it up behind another HTTP
 server, such as Apache, or even with mod_python are also options.
 .
 This version is backwards incompatible with the 2.2 version in some
 ways. See http://www.cherrypy.org/wiki/UpgradeTo30.

Package: python3-cherrypy3
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-routes
Description: Python 3 web development framework - version 3
 CherryPy is a pythonic, object-oriented web development framework. It
 provides the foundation over which complex web-based applications can
 be written, with little or no knowledge of the underlying
 protocols. CherryPy allows developers to build web applications in
 much the same way they would build any other object-oriented Python
 program. This usually results in smaller source code developed in
 less time.
 .
 CherryPy is up-to-date with the latest developments on using Python
 for web development: it features a bundled WSGI server, and is able
 to integrate with other dispatching mechanisms, such as
 Routes. CherryPy can be run as a standalone application, since it
 provides its own HTTP server; setting it up behind another HTTP
 server, such as Apache, or even with mod_python are also options.
 .
 This version is backwards incompatible with the 2.2 version in some
 ways. See http://www.cherrypy.org/wiki/UpgradeTo30.