• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H13-Apr-2021-438399

docs/H13-Apr-2021-1,7261,136

persistent/H13-Apr-2021-12,8218,996

persistent.egg-info/H03-May-2022-561386

.coveragercH A D13-Apr-2021321 1513

.manylinux-install.shH A D13-Apr-20211.5 KiB4927

.manylinux.shH A D13-Apr-2021423 147

CHANGES.rstH A D13-Apr-202116.2 KiB491328

MANIFEST.inH A D13-Apr-2021391 2619

PKG-INFOH A D13-Apr-202123.2 KiB561386

README.rstH A D13-Apr-20211.6 KiB3727

appveyor.ymlH A D13-Apr-20211.3 KiB4941

bootstrap.pyH A D13-Apr-20217.3 KiB211142

buildout.cfgH A D13-Apr-2021196 1613

setup.cfgH A D13-Apr-2021260 1812

setup.pyH A D13-Apr-20214.4 KiB144110

tox.iniH A D13-Apr-20211.1 KiB4438

README.rst

1===========================================================
2 ``persistent``:  automatic persistence for Python objects
3===========================================================
4
5.. image:: https://github.com/zopefoundation/persistent/actions/workflows/tests.yml/badge.svg
6        :target: https://github.com/zopefoundation/persistent/actions/workflows/tests.yml
7
8.. image:: https://coveralls.io/repos/github/zopefoundation/persistent/badge.svg?branch=master
9        :target: https://coveralls.io/github/zopefoundation/persistent?branch=master
10
11.. image:: https://readthedocs.org/projects/persistent/badge/?version=latest
12        :target: http://persistent.readthedocs.org/en/latest/
13        :alt: Documentation Status
14
15.. image:: https://img.shields.io/pypi/v/persistent.svg
16        :target: https://pypi.org/project/persistent
17        :alt: Latest release
18
19.. image:: https://img.shields.io/pypi/pyversions/persistent.svg
20        :target: https://pypi.org/project/persistent
21        :alt: Python versions
22
23This package contains a generic persistence implementation for Python. It
24forms the core protocol for making objects interact "transparently" with
25a database such as the ZODB.
26
27Please see the Sphinx documentation (``docs/index.rst``) for further
28information, or view the documentation at Read The Docs, for either
29the latest (``http://persistent.readthedocs.io/en/latest/``) or stable
30release (``http://persistent.readthedocs.io/en/stable/``).
31
32.. note::
33
34   Use of this standalone ``persistent`` release is not recommended or
35   supported with ZODB < 3.11.  ZODB 3.10 and earlier bundle their own
36   version of  the ``persistent`` package.
37