معرفی شرکت ها


Products.ZODBMountPoint-1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Zope ZODB mount point support.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Products.ZODBMountPoint-1.2
نام Products.ZODBMountPoint
نسخه کتابخانه 1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Zope Foundation and Contributors
ایمیل نویسنده zope-dev@zope.org
آدرس صفحه اصلی https://github.com/zopefoundation/Products.ZODBMountPoint
آدرس اینترنتی https://pypi.org/project/Products.ZODBMountPoint/
مجوز ZPL 2.1
.. image:: https://github.com/zopefoundation/Products.ZODBMountPoint/actions/workflows/tests.yml/badge.svg :target: https://github.com/zopefoundation/Products.ZODBMountPoint/actions/workflows/tests.yml .. image:: https://coveralls.io/repos/github/zopefoundation/Products.ZODBMountPoint/badge.svg?branch=master :target: https://coveralls.io/github/zopefoundation/Products.ZODBMountPoint?branch=master .. image:: https://img.shields.io/pypi/v/Products.ZODBMountPoint.svg :target: https://pypi.org/project/Products.ZODBMountPoint/ :alt: Current version on PyPI .. image:: https://img.shields.io/pypi/pyversions/Products.ZODBMountPoint.svg :target: https://pypi.org/project/Products.ZODBMountPoint/ :alt: Supported Python versions Overview ======== Zope ZODB mount point support Usage example ------------- You can mount additional storages into the ZODB as seen by the Zope client by adding ``zodb_db`` configurations in your Zope configuration file and specifying where they show up. This example uses the ZODB `MappingStorage <https://zodb-docs.readthedocs.io/en/latest/reference/storages.html#mappingstorage>`_ for a simple temporary folder at ``/temp_folder``. After a Zope restart, visit the Zope Management Interface and select `ZODB Mount Point` from the list of addable items to view and activate all available mount points:: <zodb_db temporary> <mappingstorage> name Temporary database </mappingstorage> mount-point /temp_folder container-class Products.TemporaryFolder.TemporaryContainer </zodb_db> For details on session configuration, see `the Zope book chapter on session management <https://zope.readthedocs.io/en/latest/zopebook/Sessions.html>`_. Changelog ========= For older changes please refer to the change log for ``Products.TemporaryFolder`` prior to version 5.4 at https://github.com/zopefoundation/Products.TemporaryFolder/blob/master/CHANGES.rst 1.2 (2021-07-06) ---------------- - update package configuration - fix deprecation warning (`#4 <https://github.com/zopefoundation/Products.ZODBMountPoint/issues/4>`_) 1.1 (2021-03-16) ---------------- - add support for Python 3.9 1.0 (2020-08-31) ---------------- - split ``Products.ZODBMountPoint`` out of ``Products.TemporaryFolder`` after version 5.3


نیازمندی

مقدار نام
- setuptools
- AccessControl
- Acquisition
- six
- ZODB
>=4.0b5 Zope


زبان مورد نیاز

مقدار نام
>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.* Python


نحوه نصب


نصب پکیج whl Products.ZODBMountPoint-1.2:

    pip install Products.ZODBMountPoint-1.2.whl


نصب پکیج tar.gz Products.ZODBMountPoint-1.2:

    pip install Products.ZODBMountPoint-1.2.tar.gz