Personal tools
Skip to content. | Skip to navigation
The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialized messaging middle-ware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This package contains the python bindings.
ZODB, a Python object-oriented database :target:
ZODB3 - Meta release for ZODB, persistent, BTrees and ZEO The ZODB3 distribution is a "meta" distribution that requires projects: ZODB, persistent, BTrees and ZEO, which, in the past, were included in the ZODB 3 project.For more information on ZODB, persistent, BTrees, and ZEO, see the respective project pages in PyPI:- . Change History
ZODB Browser |buildstatus|_ |appveyor|_ |coverage|_The ZODB browser allows you to inspect persistent objects stored in the ZODB, view their attributes and historical changes made to them... warning:: ZODB is based on Python pickles, which are not secure -- they allow **arbitrary command execution**. Do not use zodbbrowser on databases from untrusted sources... contents:: Usage as a standalone...
zodbpickle README :alt: Python versions