Personal tools
Skip to content. | Skip to navigation
ZODB Replicated Storage ZODB replicated storage (ZRS) provides database replication for ZODB. For each database, a primary storage and one or more secondary storages may be defined. The secondary storages will automatically replicate data from the primary storage.Replication is superior to back-ups because as long as secondaries are running, secondary data is kept updated. In the event of a...
ZConfig: Schema-driven configuration :target:
***************************************************** zdaemon process controller for Unix-based systems *****************************************************zdaemon is a Unix (Unix, Linux, Mac OS X) Python program that wraps commands to make them behave as proper daemons... contents:: Using zdaemon zdaemon provides a script, zdaemon, that can be used to run other programs as POSIX (Unix)...
Zeep: Python SOAP client A Python SOAP clientHighlights: * Compatible with Python 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy3 * Build on top of lxml, requests and httpx * Support for Soap 1.1, Soap 1.2 and HTTP bindings * Support for WS- Addressing headers * Support for WSSE (UserNameToken / x.509 signing) * Support for asyncio using the httpx module * Experimental support for XOP messages Please see...
ZEO - Single-server client-server database server for ZODB ZEO is a client- server storage for ZODB <>_ for sharing a single storage among many clients. When you use ZEO, a lower-level storage, typically a file storage, is opened in the ZEO server process. Client programs connect to this process using a ZEO ClientStorage. ZEO provides a consistent view of the database to all clients. The ZEO...