https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.cherry3-bc6dd881-e8f8-44d6-9b5f-ac5487e21da4/image0_pCloud216.png

CherryPy

作者 pcloudhosting

(1 评分)

Version 18.10.0 + Free Support on Ubuntu 24.04

CherryPy is a lightweight and object-oriented Python web framework used for building web applications and RESTful services. It allows developers to create web applications quickly using simple Python code and includes its own built-in multithreaded HTTP server. CherryPy is widely used for backend services, APIs, and lightweight web development projects.

Features of CherryPy:

  • Provides a minimalist and object-oriented Python web framework.
  • Includes a built-in multithreaded HTTP web server.
  • Supports sessions, authentication, file uploads, and RESTful services.
  • Can be easily installed and managed using Python virtual environments.

CherryPy Usage:

 
$ sudo su
$ cd /opt/cherrypy
$ source venv/bin/activate
$ python -c "import cherrypy; print(cherrypy.__version__)"
 
  

Disclaimer: CherryPy is an open-source software provided under the BSD license. While every effort is made to ensure its reliability, it is provided "as is," without any warranty, express or implied. Users utilize this software at their own risk. The maintainers of CherryPy hold no responsibility for any damages, losses, or consequences resulting from the use of this software. Users are encouraged to comply with licensing terms when using CherryPy.