Global way of retrieving the currently active request.
Project description
Introduction
This package provides a contextless way to retrieve the currently active request object in a zope-based web framework. To do so you simply need to do the following:
from zope.globalrequest import getRequest request = getRequest()
This package is mainly intended to be used with the Zope/Plone stack. While it also works with the Zope3 framework, the latter promotes a clean separation of concerns and the pattern of having a globally available request object is discouraged.
Changelog
3.0 (2025-09-12)
Replace pkg_resources namespace with PEP 420 native namespace.
2.1 (2025-09-04)
Add support for Python 3.12, 3.13.
Drop support for Python 3.7, 3.8.
2.0 (2023-03-27)
Drop support for Python 2.7, 3.5, 3.6.
Mention Python 3.11 support in trove classifiers.
1.6 (2022-10-18)
Add support for Python 3.8, 3.9, 3.10 and 3.11
Drop support for Python 3.4.
1.5 (2018-10-04)
Add support for Python 3.7.
1.4 (2017-05-29)
Turn functional tests into better covering unit tests and also add more tests. This removes test dependencies on unrelated packages.
1.3 (2016-10-22)
Python 3 compatibility.
1.2 (2016-06-07)
Lighten test dependencies by using neither zope.app.testing nor zope.app.zcmlfiles any longer.
1.1 (2015-04-29)
Fix import locations and declare all dependencies. [thet]
1.0 (2010-08-07)
Fix test setup regarding zope.securitypolicy. [ldr]
1.0a2 (2009-01-17)
Update documentation to clarify the intentions of this package. Also see http://thread.gmane.org/gmane.comp.web.zope.devel/18023 for more information. [witsch]
1.0a1 (2009-01-15)
Initial release [witsch]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zope_globalrequest-3.0.tar.gz.
File metadata
- Download URL: zope_globalrequest-3.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a17403b4d4b56a030609bac28b0833a091711db9367f1956d9148bc73a23439
|
|
| MD5 |
26881739fb4c3c8cdcf890700b4ff01d
|
|
| BLAKE2b-256 |
9131fb59e2037056607c97b1b6246776393af50671851f5d763f0e1b2cca09f6
|
File details
Details for the file zope_globalrequest-3.0-py3-none-any.whl.
File metadata
- Download URL: zope_globalrequest-3.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb9d55e5091743870e21817ae7bc8939f35c3545ac3e7d7ee97ed77fd4b6d5ac
|
|
| MD5 |
7b9c893f3073e3cd5f49e62873def20e
|
|
| BLAKE2b-256 |
808ab92514793ff71c36f81a4c3a06f045cf3871cff92b088e491a3d8ac7e6de
|