kloczek / persistent

automatic persistence for Python objects

Home Page:https://pypi.org/project/persistent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

persistent: automatic persistence for Python objects

https://ci.appveyor.com/api/projects/status/github/zopefoundation/persistent?branch=master&svg=true https://coveralls.io/repos/github/zopefoundation/persistent/badge.svg?branch=master Documentation Status Latest release Python versions

This package contains a generic persistence implementation for Python. It forms the core protocol for making objects interact "transparently" with a database such as the ZODB.

Please see the Sphinx documentation (docs/index.rst) for further information, or view the documentation at Read The Docs, for either the latest (https://persistent.readthedocs.io/en/latest/) or stable release (https://persistent.readthedocs.io/en/stable/).

Note

Use of this standalone persistent release is not recommended or supported with ZODB < 3.11. ZODB 3.10 and earlier bundle their own version of the persistent package.

About

automatic persistence for Python objects

https://pypi.org/project/persistent/

License:Other


Languages

Language:Python 70.9%Language:C 28.5%Language:Shell 0.7%