About 7,090 results
Open links in new tab
  1. CherryPy · PyPI

    Jun 14, 2024 · CherryPy is a pythonic, object-oriented HTTP framework. It allows building web applications in much the same way one would build any other object-oriented program.

  2. Profile of CherryPy·PyPI

    The Python Package Index (PyPI) is a repository of software for the Python programming language.

  3. cherrypy-foundation · PyPI

    Dec 4, 2025 · This project is a collection of common utilities for creating web applications with CherryPy. It provides integrations with SQLAlchemy, Jinja2, WTForms, and Bootstrap.

  4. cheroot · PyPI

    Nov 7, 2025 · Project description Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.

  5. cherrypy-cors · PyPI

    Aug 27, 2023 · Or add it to your application explicitly. import cherrypy_cors app = cherrypy.tree.mount(...) app.toolboxes['cors'] = cherrypy_cors.tools Then, enable it in your cherrypy …

  6. cherrypy_utils · PyPI

    Jul 22, 2024 · Latest version Released: Jul 22, 2024 Collection of utility functions and modules for cherrypy web servers

  7. CherryPy-SQLAlchemy · PyPI

    Aug 3, 2019 · A CherryPy tool that will create a session for use with each request. A CherryPy plugin that can maintains information about the database and binds the session to the specific DB.

  8. finitelycomputable-helloworld-cherrypy-quart · PyPI

    Aug 1, 2025 · This application adapts the hello_world endpoint provided in finitelycomputable.helloworld_flask to be provided in finitelycomputable.helloworld_cherrypy using …

  9. finitelycomputable-helloworld-cherrypy · PyPI

    Aug 1, 2024 · Project description finitelycomputable.helloworld_cherrypy provides a hello_world endpoint using the CherryPy framework wherever it is mounted.

  10. finitelycomputable-cherrypy-mount · PyPI

    Jul 31, 2024 · Project description This application provides a /wsgi_info/ endpoint and uses tree.mount () to combine all of the CherryPy modules that it finds in the virtual environment.