CherryPy


NameCherryPy JSON
Version 18.9.0 PyPI version JSON
download
home_pagehttps://www.cherrypy.dev
SummaryObject-Oriented HTTP framework
upload_time2023-12-13 14:33:28
maintainer
docs_urlNone
authorCherryPy Team
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            .. image:: https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg
   :target: https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md
   :alt: SWUbanner

.. image:: https://img.shields.io/pypi/v/cherrypy.svg
   :target: https://pypi.org/project/cherrypy

.. image:: https://tidelift.com/badges/package/pypi/CherryPy
   :target: https://tidelift.com/subscription/pkg/pypi-cherrypy?utm_source=pypi-cherrypy&utm_medium=readme
   :alt: CherryPy is available as part of the Tidelift Subscription

.. image:: https://img.shields.io/badge/Python%203%20only-pip%20install%20%22%3E%3D18.0.0%22-%234da45e.svg
   :target: https://python3statement.org/

.. image:: https://img.shields.io/badge/Python%203%20and%202-pip%20install%20%22%3C18.0.0%22-%2349a7e9.svg
   :target: https://python3statement.org/#sections40-timeline



.. image:: https://readthedocs.org/projects/cherrypy/badge/?version=latest
  :target: https://docs.cherrypy.dev/en/latest/?badge=latest

.. image:: https://img.shields.io/badge/StackOverflow-CherryPy-blue.svg
   :target: https://stackoverflow.com/questions/tagged/cheroot+or+cherrypy

.. image:: https://img.shields.io/badge/Mailing%20list-cherrypy--users-orange.svg
   :target: https://groups.google.com/group/cherrypy-users

.. image:: https://img.shields.io/gitter/room/cherrypy/cherrypy.svg
   :target: https://gitter.im/cherrypy/cherrypy

.. image:: https://img.shields.io/travis/cherrypy/cherrypy/master.svg?label=Linux%20build%20%40%20Travis%20CI
   :target: https://travis-ci.org/cherrypy/cherrypy

.. image:: https://circleci.com/gh/cherrypy/cherrypy/tree/master.svg?style=svg
   :target: https://circleci.com/gh/cherrypy/cherrypy/tree/master

.. image:: https://img.shields.io/appveyor/ci/CherryPy/cherrypy/master.svg?label=Windows%20build%20%40%20Appveyor
   :target: https://ci.appveyor.com/project/CherryPy/cherrypy/branch/master

.. image:: https://img.shields.io/badge/license-BSD-blue.svg?maxAge=3600
   :target: https://pypi.org/project/cheroot

.. image:: https://img.shields.io/pypi/pyversions/cherrypy.svg
   :target: https://pypi.org/project/cherrypy

.. image:: https://badges.github.io/stability-badges/dist/stable.svg
   :target: https://github.com/badges/stability-badges
   :alt: stable

.. image:: https://api.codacy.com/project/badge/Grade/48b11060b5d249dc86e52dac2be2c715
   :target: https://www.codacy.com/app/webknjaz/cherrypy-upstream?utm_source=github.com&utm_medium=referral&utm_content=cherrypy/cherrypy&utm_campaign=Badge_Grade

.. image:: https://codecov.io/gh/cherrypy/cherrypy/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/cherrypy/cherrypy
   :alt: codecov

Welcome to the GitHub repository of `CherryPy <https://cherrypy.dev>`_!

CherryPy is a pythonic, object-oriented HTTP framework.

1. It allows building web applications in much the same way one would
   build any other object-oriented program.
2. This design results in more concise and readable code developed faster.
   It's all just properties and methods.
3. It is now more than ten years old and has proven fast and very
   stable.
4. It is being used in production by many sites, from the simplest to
   the most demanding.
5. And perhaps most importantly, it is fun to work with :-)

Here's how easy it is to write "Hello World" in CherryPy:

.. code:: python

    import cherrypy

    class HelloWorld(object):
        @cherrypy.expose
        def index(self):
            return "Hello World!"

    cherrypy.quickstart(HelloWorld())

And it continues to work that intuitively when systems grow, allowing
for the Python object model to be dynamically presented as a website
and/or API.

While CherryPy is one of the easiest and most intuitive frameworks out
there, the prerequisite for understanding the `CherryPy
documentation <https://docs.cherrypy.dev>`_ is that you have
a general understanding of Python and web development.
Additionally:

-  Tutorials are included in the repository:
   https://github.com/cherrypy/cherrypy/tree/master/cherrypy/tutorial
-  A general wiki at:
   https://github.com/cherrypy/cherrypy/wiki

If the docs are insufficient to address your needs, the CherryPy
community has several `avenues for support
<https://docs.cherrypy.dev/en/latest/support.html>`_.

For Enterprise
--------------

CherryPy is available as part of the Tidelift Subscription.

The CherryPy maintainers and the maintainers of thousands of other packages
are working with Tidelift to deliver one enterprise subscription that covers
all of the open source you use.

`Learn more <https://tidelift.com/subscription/pkg/pypi-cherrypy?utm_source=pypi-cherrypy&utm_medium=referral&utm_campaign=github>`_.

Contributing
------------

Please follow the `contribution guidelines
<https://docs.cherrypy.dev/en/latest/contribute.html>`_.
And by all means, absorb the `Zen of
CherryPy <https://github.com/cherrypy/cherrypy/wiki/The-Zen-of-CherryPy>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.cherrypy.dev",
    "name": "CherryPy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "CherryPy Team",
    "author_email": "team@cherrypy.dev",
    "download_url": "https://files.pythonhosted.org/packages/bd/5f/e265a49883bfcfb7f2c3d3d9e96197cfe8136783e96c5ce20e201550aaa0/CherryPy-18.9.0.tar.gz",
    "platform": null,
    "description": ".. image:: https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg\n   :target: https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md\n   :alt: SWUbanner\n\n.. image:: https://img.shields.io/pypi/v/cherrypy.svg\n   :target: https://pypi.org/project/cherrypy\n\n.. image:: https://tidelift.com/badges/package/pypi/CherryPy\n   :target: https://tidelift.com/subscription/pkg/pypi-cherrypy?utm_source=pypi-cherrypy&utm_medium=readme\n   :alt: CherryPy is available as part of the Tidelift Subscription\n\n.. image:: https://img.shields.io/badge/Python%203%20only-pip%20install%20%22%3E%3D18.0.0%22-%234da45e.svg\n   :target: https://python3statement.org/\n\n.. image:: https://img.shields.io/badge/Python%203%20and%202-pip%20install%20%22%3C18.0.0%22-%2349a7e9.svg\n   :target: https://python3statement.org/#sections40-timeline\n\n\n\n.. image:: https://readthedocs.org/projects/cherrypy/badge/?version=latest\n  :target: https://docs.cherrypy.dev/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/badge/StackOverflow-CherryPy-blue.svg\n   :target: https://stackoverflow.com/questions/tagged/cheroot+or+cherrypy\n\n.. image:: https://img.shields.io/badge/Mailing%20list-cherrypy--users-orange.svg\n   :target: https://groups.google.com/group/cherrypy-users\n\n.. image:: https://img.shields.io/gitter/room/cherrypy/cherrypy.svg\n   :target: https://gitter.im/cherrypy/cherrypy\n\n.. image:: https://img.shields.io/travis/cherrypy/cherrypy/master.svg?label=Linux%20build%20%40%20Travis%20CI\n   :target: https://travis-ci.org/cherrypy/cherrypy\n\n.. image:: https://circleci.com/gh/cherrypy/cherrypy/tree/master.svg?style=svg\n   :target: https://circleci.com/gh/cherrypy/cherrypy/tree/master\n\n.. image:: https://img.shields.io/appveyor/ci/CherryPy/cherrypy/master.svg?label=Windows%20build%20%40%20Appveyor\n   :target: https://ci.appveyor.com/project/CherryPy/cherrypy/branch/master\n\n.. image:: https://img.shields.io/badge/license-BSD-blue.svg?maxAge=3600\n   :target: https://pypi.org/project/cheroot\n\n.. image:: https://img.shields.io/pypi/pyversions/cherrypy.svg\n   :target: https://pypi.org/project/cherrypy\n\n.. image:: https://badges.github.io/stability-badges/dist/stable.svg\n   :target: https://github.com/badges/stability-badges\n   :alt: stable\n\n.. image:: https://api.codacy.com/project/badge/Grade/48b11060b5d249dc86e52dac2be2c715\n   :target: https://www.codacy.com/app/webknjaz/cherrypy-upstream?utm_source=github.com&utm_medium=referral&utm_content=cherrypy/cherrypy&utm_campaign=Badge_Grade\n\n.. image:: https://codecov.io/gh/cherrypy/cherrypy/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/cherrypy/cherrypy\n   :alt: codecov\n\nWelcome to the GitHub repository of `CherryPy <https://cherrypy.dev>`_!\n\nCherryPy is a pythonic, object-oriented HTTP framework.\n\n1. It allows building web applications in much the same way one would\n   build any other object-oriented program.\n2. This design results in more concise and readable code developed faster.\n   It's all just properties and methods.\n3. It is now more than ten years old and has proven fast and very\n   stable.\n4. It is being used in production by many sites, from the simplest to\n   the most demanding.\n5. And perhaps most importantly, it is fun to work with :-)\n\nHere's how easy it is to write \"Hello World\" in CherryPy:\n\n.. code:: python\n\n    import cherrypy\n\n    class HelloWorld(object):\n        @cherrypy.expose\n        def index(self):\n            return \"Hello World!\"\n\n    cherrypy.quickstart(HelloWorld())\n\nAnd it continues to work that intuitively when systems grow, allowing\nfor the Python object model to be dynamically presented as a website\nand/or API.\n\nWhile CherryPy is one of the easiest and most intuitive frameworks out\nthere, the prerequisite for understanding the `CherryPy\ndocumentation <https://docs.cherrypy.dev>`_ is that you have\na general understanding of Python and web development.\nAdditionally:\n\n-  Tutorials are included in the repository:\n   https://github.com/cherrypy/cherrypy/tree/master/cherrypy/tutorial\n-  A general wiki at:\n   https://github.com/cherrypy/cherrypy/wiki\n\nIf the docs are insufficient to address your needs, the CherryPy\ncommunity has several `avenues for support\n<https://docs.cherrypy.dev/en/latest/support.html>`_.\n\nFor Enterprise\n--------------\n\nCherryPy is available as part of the Tidelift Subscription.\n\nThe CherryPy maintainers and the maintainers of thousands of other packages\nare working with Tidelift to deliver one enterprise subscription that covers\nall of the open source you use.\n\n`Learn more <https://tidelift.com/subscription/pkg/pypi-cherrypy?utm_source=pypi-cherrypy&utm_medium=referral&utm_campaign=github>`_.\n\nContributing\n------------\n\nPlease follow the `contribution guidelines\n<https://docs.cherrypy.dev/en/latest/contribute.html>`_.\nAnd by all means, absorb the `Zen of\nCherryPy <https://github.com/cherrypy/cherrypy/wiki/The-Zen-of-CherryPy>`_.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Object-Oriented HTTP framework",
    "version": "18.9.0",
    "project_urls": {
        "CI: AppVeyor": "https://ci.appveyor.com/project/cherrypy/cherrypy",
        "CI: Circle": "https://circleci.com/gh/cherrypy/cherrypy",
        "CI: GitHub": "https://github.com/cherrypy/cherrypy/actions",
        "CI: Travis": "https://travis-ci.org/cherrypy/cherrypy",
        "Docs: RTD": "https://docs.cherrypy.dev",
        "GitHub: issues": "https://github.com/cherrypy/cherrypy/issues",
        "GitHub: repo": "https://github.com/cherrypy/cherrypy",
        "Homepage": "https://www.cherrypy.dev",
        "Tidelift: funding": "https://tidelift.com/subscription/pkg/pypi-cherrypy?utm_source=pypi-cherrypy&utm_medium=referral&utm_campaign=pypi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db7db03f8f44b5748119828ca628cf51d915704e1c4428f6f9caa5089b25fe60",
                "md5": "21f81e642bf26f252862821d9d4ebed0",
                "sha256": "d8168b039a28c3ae41888ef0eb02c561ba0b6c519d2f4c10a88a1d19673a3805"
            },
            "downloads": -1,
            "filename": "CherryPy-18.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "21f81e642bf26f252862821d9d4ebed0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 348848,
            "upload_time": "2023-12-13T14:33:25",
            "upload_time_iso_8601": "2023-12-13T14:33:25.305075Z",
            "url": "https://files.pythonhosted.org/packages/db/7d/b03f8f44b5748119828ca628cf51d915704e1c4428f6f9caa5089b25fe60/CherryPy-18.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd5fe265a49883bfcfb7f2c3d3d9e96197cfe8136783e96c5ce20e201550aaa0",
                "md5": "014dbd400aeda9d2b098ed01c95b4a30",
                "sha256": "6b06c191ce71a86461f30572a1ab57ffc09f43143ba8e42c103c7b3347220eb1"
            },
            "downloads": -1,
            "filename": "CherryPy-18.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "014dbd400aeda9d2b098ed01c95b4a30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 631900,
            "upload_time": "2023-12-13T14:33:28",
            "upload_time_iso_8601": "2023-12-13T14:33:28.132281Z",
            "url": "https://files.pythonhosted.org/packages/bd/5f/e265a49883bfcfb7f2c3d3d9e96197cfe8136783e96c5ce20e201550aaa0/CherryPy-18.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 14:33:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cherrypy",
    "github_project": "cherrypy",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "circle": true,
    "tox": true,
    "lcname": "cherrypy"
}
        
Elapsed time: 0.15729s