slackbuilds_ponce/python/python3-ZEO/slack-desc
Yth - Arnaud 9256c63b2d
python/python3-ZEO: Added (Single-server client-server DB for ZODB).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-08 08:54:40 +07:00

19 lines
1.1 KiB
Text

# 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/