cherrypy3 18.9.0-2 source package in Ubuntu

Changelog

cherrypy3 (18.9.0-2) unstable; urgency=medium

  * Demote the dependency on python3-objgraph from recommended to
    suggested. (Closes: #1060041)

 -- Jeroen Ploemen <email address hidden>  Fri, 05 Jan 2024 09:25:47 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cherrypy3_18.9.0-2.dsc 2.5 KiB 7e657e358a9aaae9fb00a2e4a63b8f95135b631788ad473a8b95d67d047763eb
cherrypy3_18.9.0.orig.tar.gz 617.1 KiB 6b06c191ce71a86461f30572a1ab57ffc09f43143ba8e42c103c7b3347220eb1
cherrypy3_18.9.0-2.debian.tar.xz 15.2 KiB b34288c3d732e203e7a3cc0c0712ac33ed962cec7fd891384c08722bca3a3e60

No changes file available.

Binary packages built by this source

python-cherrypy3-doc: Documentation for CherryPy web framework

 CherryPy is a pythonic, object-oriented web development framework.
 .
 This package contains the documentation for CherryPy.

python3-cherrypy3: 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.