cherrypy3 18.9.0-1ubuntu1 source package in Ubuntu

Changelog

cherrypy3 (18.9.0-1ubuntu1) noble; urgency=medium

  * d/control: reduce the optional universe dependency python3-objgraph
    to a suggests (LP: #2047821)

 -- Christian Ehrhardt <email address hidden>  Thu, 04 Jan 2024 13:25:12 +0100

Upload details

Uploaded by:
Christian Ehrhardt 
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cherrypy3_18.9.0.orig.tar.gz 617.1 KiB 6b06c191ce71a86461f30572a1ab57ffc09f43143ba8e42c103c7b3347220eb1
cherrypy3_18.9.0-1ubuntu1.debian.tar.xz 15.2 KiB 21536606965e6d278e7ca620eaafb7e990fbaf84b78e43a34f37f9dc7971f652
cherrypy3_18.9.0-1ubuntu1.dsc 2.7 KiB 7bd97bf3337c861d0d39c772ac3fc759b3267a288bb4bfee12e654093e2d5983

View changes file

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.