From 61772be0c5e6847795fd850f4e1c7a3f8868f8de Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Sat, 8 Jul 2023 08:47:38 +0700 Subject: python/python3-persistent: Added (Translucent persistent objects). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-persistent/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python3-persistent/README (limited to 'python/python3-persistent/README') diff --git a/python/python3-persistent/README b/python/python3-persistent/README new file mode 100644 index 0000000000..85b081d122 --- /dev/null +++ b/python/python3-persistent/README @@ -0,0 +1,8 @@ +persistent: automatic persistence for Python objects + +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 for further information, or view +the documentation at Read The Docs: https://persistent.readthedocs.io/ -- cgit v1.2.3