Overview
Zope temporary storage / folder support.
Please note
Before release 5.2 of the tempstorage package sessioning configurations using this temporary folder implementation were discouraged because the temporary storage backend could lose data. This is no longer the case.
Don’t forget to add or uncomment the temporary storage database definition as shown below in your Zope configuration if you want to instantiate a temporary folder. After a Zope restart, visit the Zope Management Interface and select ZODB Mount Point from the list of addable items to activate the temporary folder mount point:
<zodb_db temporary>
<temporarystorage>
name Temporary database (for sessions)
</temporarystorage>
mount-point /temp_folder
container-class Products.TemporaryFolder.TemporaryContainer
</zodb_db>
When upgrading from version 5.3 to 6.0 and removing the ZODB Mount Point configuration shown above from your Zope configuration you need to manually delete the /temp_folder object in the ZMI before restarting your Zope instance with version 6.0. If you see tracebacks ZConfig.ConfigurationError: No database configured for mount point at /temp_folder after the upgrade, please reinstate the zodb_db temporary Zope configuration as shown above, restart Zope and manually delete /temp_folder. Then remove the zodb_db temporary configuration and restart Zope.
Changelog
8.1 (2025-11-19)
Fix release to include package data files.
8.0 (2025-11-19)
Switch to PEP 420 native namespace.
Add support for Python 3.12, 3.13 and 3.14.
Drop support for Python 3.7, 3.8 and 3.9.
7.0 (2023-02-01)
Drop support for Python 2.7, 3.5, 3.6.
6.3 (2022-12-16)
Fix insidious buildout configuration bug for tests against Zope 4.
Add support for Python 3.10 and 3.11.
6.2 (2021-07-06)
“Undeprecate” sessioning configurations using this package because tempstorage version 5.2 fixed the data loss issue. (#16)
Update package configuration.
6.1 (2021-03-16)
Add support for Python 3.9.
6.0 (2020-09-01)
split Products.ZODBMountPoint into separate package and removed all code that automatically instatiates a temporary folder and sessioning artifacts on Zope startup. (#12)
5.3 (2019-04-15)
improve the README
Specify supported Python versions using python_requires in setup.py (Zope#481)
Added support for Python 3.8
5.2 (2018-11-06)
5.1 (2018-06-06)
Bring back Application initialization (creation of BrowserIdManager and SessionDataManager in the ZODB on first startup). This release requires Zope >= 4.0b5.
Drop support for Python 3.4.
5.0 (2018-04-13)
Remove dysfunctional LowConflictConnection.
Add support for Python 3.4, 3.5 and 3.6.
4.0 (2016-08-02)
Add in code of Products.TemporaryFolder and Products.ZODBMountPoint.
Require Zope >= 4.
3.0 (2016-08-02)
Create a separate distribution called Products.TemporaryFolder without any code inside it. This allows projects to depend on this project inside the Zope 2.13 release line.
Release files for Products.TemporaryFolder 8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| products_temporaryfolder-8.1.tar.gz | 14.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| products_temporaryfolder-8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.9 kB
Release files / products_temporaryfolder-8.1.tar.gz
| Download URL | products_temporaryfolder-8.1.tar.gz |
|---|---|
| Size | 14.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b811611e392e62cb5b61324f3c5bb0fca479d7977fafc4c6e67c56710dcd28a3
|
|
BLAKE2b-256 checksum How to use checksums |
ea960163d5efc72a5b180c0d15dc5f2ba7f3e10d46b0331eea5d298c2d1de473
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / products_temporaryfolder-8.1-py3-none-any.whl
| Download URL | products_temporaryfolder-8.1-py3-none-any.whl |
|---|---|
| Size | 13.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e15c7c7872bdd736483a89a594651fc8cda7ee46bbe1d0036758cba66137b803
|
|
BLAKE2b-256 checksum How to use checksums |
64c81a4a36e9d744cec7d0e738402b8f709e304fc3e0dac39d57ae27d766a2ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|