Skip to main content

Zope temporary folder support.

Project description

https://travis-ci.org/zopefoundation/Products.TemporaryFolder.svg?branch=master https://coveralls.io/repos/github/zopefoundation/Products.TemporaryFolder/badge.svg?branch=master Current version on PyPI Supported Python versions

Overview

Zope temporary storage / folder support.

This package contains Products.TemporaryFolder and Products.ZODBMountPoint.

Please note

Don’t forget to add or uncomment the temporary storage database definition in your Zope configuration so a temporary folder can get created:

<zodb_db temporary>
    <temporarystorage>
      name Temporary database (for sessions)
    </temporarystorage>
    mount-point /temp_folder
    container-class Products.TemporaryFolder.TemporaryContainer
</zodb_db>

Changelog

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)

  • Add support for Python 3.7.

  • Update forms to Bootstrap ZMI. (#6)

  • Fix logging traceback in Python 2. [pbauer]

  • Fix creating a temp_folder in Python 2. (#7)

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Products.TemporaryFolder-5.3.tar.gz (18.5 kB view hashes)

Uploaded Source

Built Distribution

Products.TemporaryFolder-5.3-py2.py3-none-any.whl (25.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page