aboutsummaryrefslogtreecommitdiff
path: root/python/python3-persistent/README
diff options
context:
space:
mode:
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/