https://store-images.s-microsoft.com/image/apps.6717.28328c58-9bf3-4108-a722-fe89326bea5b.3a79cc17-a67a-4788-bbdd-0899a0552e49.7a82ace0-8937-4e74-91c7-f1562ac84b19

Cherrypy

pcloudhosting

Cherrypy

pcloudhosting

Version 18.10.0 + Free Support on Alma Linux 9

CherryPy is an open-source, minimalist Python web framework that allows developers to build web applications quickly and efficiently. It provides a simple yet powerful structure for managing HTTP requests and responses, enabling the creation of robust and scalable web applications.

Features of CherryPy:

  • Includes a built-in, multi-threaded HTTP server, simplifying deployment and testing processes.
  • Supports object-oriented development with its simple and intuitive API design.
  • Allows for modular application design through reusable components and configurations.
  • Compatible with various third-party tools, enabling seamless integration into existing workflows.

To check the installed CherryPy version, run:

$ 
python3 -m venv cherrypy-env
source cherrypy-env/bin/activate
pip3 show cherrypy

python3 hello.py

For cherrypy page run http:your_server_ip:8080

Disclaimer: CherryPy is an open-source project distributed under the BSD License. It is not affiliated with, endorsed by, or sponsored by any specific company. CherryPy is provided "as is," without any warranty, express or implied. Users are responsible for understanding and complying with licensing terms and regulations while using CherryPy.