summaryrefslogtreecommitdiffstats
path: root/python/python3-BTrees/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-BTrees/README')
-rw-r--r--python/python3-BTrees/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-BTrees/README b/python/python3-BTrees/README
new file mode 100644
index 0000000000..ab6337e2d7
--- /dev/null
+++ b/python/python3-BTrees/README
@@ -0,0 +1,10 @@
+BTrees: scalable persistent components
+
+This package contains a set of persistent object containers built
+around a modified BTree data structure.
+The trees are optimized for use inside ZODB's "optimistic concurrency"
+paradigm, and include explicit resolution of conflicts detected by
+that mechanism.
+
+Please see the Sphinx documentation at https://btrees.readthedocs.io/
+for further information.