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/