aboutsummaryrefslogtreecommitdiff
path: root/python/python3-persistent/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2023-07-08 08:47:38 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 08:48:05 +0700
commit61772be0c5e6847795fd850f4e1c7a3f8868f8de (patch)
tree6803e26ad1d0be142d8a7e4d6f181827d4ff203a /python/python3-persistent/README
parent24246ba06be15420858ee384f96be61219a21d78 (diff)
python/python3-persistent: Added (Translucent persistent objects).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-persistent/README')
-rw-r--r--python/python3-persistent/README8
1 files changed, 8 insertions, 0 deletions
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/