cherryd
Python web development framework - version 3
Install
- All systems
-
curl cmd.cat/cherryd.sh
- Debian
-
apt-get install python-cherrypy3
- Ubuntu
-
apt-get install python-cherrypy3
- Arch Linux
-
pacman -S python-cherrypy
- Kali Linux
-
apt-get install python-cherrypy3
- CentOS
-
yum install python-cherrypy
- Fedora
-
dnf install python2-cherrypy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-cherrypy3
- Raspbian
-
apt-get install python-cherrypy3
- Dockerfile
- dockerfile.run/cherryd
python-cherrypy3
Python web development framework - version 3
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 version is backwards incompatible with the 2.2 version in some ways. See http://www.cherrypy.org/wiki/UpgradeTo30.
python-cherrypy
Python web development framework
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. This version is backwards incompatible with the 2.0 version, and is the version used by the Turbo Gears framework. Visit the Turbo Gears webpage for more: http://www.turbogears.org/