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
|
Source: cherrypy
Section: web
Priority: optional
Maintainer: Raphael Goulais <rafou@debian.org>
Build-Depends-Indep: debhelper (>> 4.0.0), python, dpatch
Standards-Version: 3.6.1
Package: cherrypy
Architecture: all
Depends: python | python2.3 | python2.2
Suggests: python-mysqldb | python2.3-mysqldb | python2.2-mysqldb, python-pyopenssl | python2.3-pyopenssl | python2.2-pyopenssl, python-pygresql, cherrypy-examples, cherrypy-doc
Description: Python-based tool for developing dynamic web sites
CherryPy is a Python-based tool for developing dynamic web sites.
CherryPy sits between an application server and a compiler. You write
source files, compile them with CherryPy and CherryPy generates an
executable containing everything to run the web site (including an HTTP
server).
.
Homepage: http://www.cherrypy.org/
Package: cherrypy-examples
Architecture: all
Depends: cherrypy
Suggests: python-mysqldb | python2.3-mysqldb | python2.2-mysqldb
Description: Examples for CherryPy
This package contains the examples for CherryPy.
.
CherryPy is a Python-based tool for developing dynamic web sites.
CherryPy sits between an application server and a compiler. You write
source files, compile them with CherryPy and CherryPy generates an
executable containing everything to run the web site (including an HTTP
server).
Package: cherrypy-doc
Architecture: all
Recommends: cherrypy
Description: Documentation for CherryPy
This package contains the documentation for CherryPy.
.
CherryPy is a Python-based tool for developing dynamic web sites.
CherryPy sits between an application server and a compiler. You write
source files, compile them with CherryPy and CherryPy generates an
executable containing everything to run the web site (including an HTTP
server).
|