aboutsummaryrefslogtreecommitdiff
path: root/python/python3-ZEO/slack-desc
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2023-07-08 08:54:40 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 08:54:40 +0700
commit9256c63b2d4dd9134117170456c5233afe1da90e (patch)
tree5deddde552baf40c544c30044e84794b7dcd5d21 /python/python3-ZEO/slack-desc
parent489f38fe1c3992fe9367f4f8a3e5423c71ee6bff (diff)
python/python3-ZEO: Added (Single-server client-server DB for ZODB).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ZEO/slack-desc')
-rw-r--r--python/python3-ZEO/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-ZEO/slack-desc b/python/python3-ZEO/slack-desc
new file mode 100644
index 0000000000..52fb0b5e2e
--- /dev/null
+++ b/python/python3-ZEO/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-ZEO: python3-ZEO (Single-server client-server database server for ZODB)
+python3-ZEO:
+python3-ZEO: ZEO is a client-server storage for ZODB for sharing a single storage
+python3-ZEO: among many clients. When you use ZEO, a lower-level storage,
+python3-ZEO: typically a file storage, is opened in the ZEO server process.
+python3-ZEO: Client programs connect to this process using a ZEO ClientStorage.
+python3-ZEO: ZEO provides a consistent view of the database to all clients.
+python3-ZEO: The ZEO client and server communicate using a custom protocol layered
+python3-ZEO: on top of TCP.
+python3-ZEO:
+python3-ZEO: Documentation at http://zeo.readthedocs.io/en/latest/