Source: cherrypy3 Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Carl Suster , Stephan Sürken Build-Depends: debhelper (>= 10), dh-python, python-all (>= 2.6.6-3~), python-coverage, python-mock, python-nose, python-objgraph, python-pytest, python-setuptools (>= 0.6a9), python-setuptools-scm, python3-sphinx, python3-all, python3-coverage, python3-mock, python3-nose, python3-objgraph, python3-pytest, python3-setuptools, python3-setuptools-scm, Standards-Version: 4.1.1 Homepage: http://www.cherrypy.org/ X-Python-Version: >= 2.3 X-Python3-Version: >= 3.2 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/cherrypy3.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/cherrypy3.git Package: python-cherrypy3 Architecture: all Depends: ${misc:Depends}, ${python:Depends}, Recommends: python-openssl, python-routes (>=2.3.1), python-simplejson, Provides: ${python:Provides} Conflicts: python-cherrypy Description: Python web development framework - Python 2 module 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 package contains the Python 2 module cherrypy. Package: python3-cherrypy3 Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: python3-openssl, python3-routes (>= 2.3.1), python3-simplejson, Description: Python web development framework - Python 3 module 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 package contains the Python 3 module cherrypy. Package: python-cherrypy3-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Recommends: python-cherrypy3 Breaks: python-cherrypy3 (<< 8.9.1-1) Replaces: python-cherrypy3 (<< 8.9.1-1) Description: Documentation for CherryPy web framework CherryPy is a pythonic, object-oriented web development framework. . This package contains the documentation for CherryPy.