https://store-images.s-microsoft.com/image/apps.32297.562cf269-f36f-44e6-a344-c80b1e26829b.74b2da64-2a53-4b33-8045-39d2415d9694.22b7669f-ad58-495e-9603-eee24ed61917

Cherrypy

av bCloud LLC

Version 18.10.0 + Free with Support on Ubuntu 24.04

CherryPy is a minimalist, object-oriented web framework for Python that simplifies the process of building web applications. It allows developers to focus on writing application logic, abstracting away the complexities of HTTP handling and web server configuration.

Features of CherryPy:

  • CherryPy provides a simple and flexible API for developing web applications with minimal configuration and boilerplate code.
  • It is WSGI-compliant, meaning it can integrate seamlessly with other WSGI-compatible applications and middleware.
  • CherryPy includes a production-ready HTTP server with support for SSL, threading, and custom request handling, making it ideal for deploying web apps in real-world environments.
  • With CherryPy, developers can easily build and run multi-threaded web applications with the ability to scale as needed.
  • The framework supports a modular architecture, allowing easy extension with third-party plugins and custom functionality.

Check CherryPy version: pip show cherrypy

Disclaimer: CherryPy is an open-source project distributed under the BSD License. It is not affiliated with, endorsed by, or sponsored by any company. CherryPy is provided "as is," without any warranty, express or implied. Users utilize this software at their own risk. The developers and contributors to CherryPy hold no responsibility for any damages, losses, or consequences resulting from the use of this software. Users are advised to carefully review and comply with licensing terms and any applicable regulations while using CherryPy.