Skip to main content
https://img.shields.io/pypi/v/cherrypy-cors.svg https://img.shields.io/pypi/pyversions/cherrypy-cors.svg tests Ruff Code style: Black https://readthedocs.org/projects/cherrypy-cors/badge/?version=latest https://img.shields.io/badge/skeleton-2023-informational

CORS support for CherryPy

In a nutshell

In your application, either install the tool globally.

import cherrypy_cors
cherrypy_cors.install()

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 config. For example, to enable it for all static resources.

config = {
    '/static': {
        'tools.staticdir.on': True,
        'cors.expose.on': True,
    }
}

See simple-example for a runnable example.

Release files for cherrypy-cors 1.7.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for cherrypy-cors 1.7.0
File Size Uploaded
cherrypy-cors-1.7.0.tar.gz 10.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for cherrypy-cors 1.7.0
File Interpreter ABI Platform
cherrypy_cors-1.7.0-py3-none-any.whl Python 3 none any Details

Total release size: 15.5 kB

Release files / cherrypy-cors-1.7.0.tar.gz

Download URL cherrypy-cors-1.7.0.tar.gz
Size 10.3 kB
Tags Source
SHA-256 checksum
How to use checksums
83384cd664a7ab8b9ab7d4926fe9713acfe0bce3665ee28189a0fa04b9f212d6
BLAKE2b-256 checksum
How to use checksums
e0c3d62ce781e2e2be9c2d4c5670f0bff518dc1b00396e2ce135dbfdcd4f1b9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / cherrypy_cors-1.7.0-py3-none-any.whl

Download URL cherrypy_cors-1.7.0-py3-none-any.whl
Size 5.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
9cdeddcad89efba5a7bed06ed80150ef7cc418899209e6507481e84be7df6eea
BLAKE2b-256 checksum
How to use checksums
d70501d4deda775d3a84d172719ebd1cb5314487377a128e892208b0a9533fc5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.4

Release history Release notifications | RSS feed

This release

1.7.0 This release

2 release files

1.6

2 release files

1.5

2 release files

1.4.1

2 release files

1.4

1.3.1

1 release file

1.3

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page