CherryPy is a minimalist Python web framework that allows developers to write web apps similarly to regular Python programs.
CherryPy is a very old — but that doesn’t mean outdated — framework with a plentifully written documentation and a flexible plugin system.
Distributed under the free BSD license, the framework, among other things, features built-in tools for caching, encoding, sessions, authorization, static content, and many more.
- Website: http://www.cherrypy.org/















