Personal tools
Skip to content. | Skip to navigation
zExceptions contains common exceptions and helper functions related to exceptions as used in Zope.Changelog 4.2 (2021-10-22) -- Add support for Python 3.8, 3.9 and 3.10.- Drop support for Python 3.4.- Add an exception for the HTTP status code 418.- Don't override the content-type header if already set. (12 < 4.1 (2018-10-05) -- Add support for Python 3.7. 4.0 (2018-01-27) -- Drop support for...
Python-Zint is a ctypes interface to libzint of Robin Stuart's Zint project:< <>Usage closely follows the C API:<
.. .. :target:
This package provides a general logging facility that, at this point,
ZODB, a Python object-oriented database :target:
.. image:: https://travis-ci.org/gocept/zodb.py3migrate.svg?branch=master :target: https://travis-ci.org/gocept/zodb.py3migrate.svg .. image:: https://readthedocs.org/projects/zodbpy3migrate/badge/?version=latest :target: https://zodbpy3migrate.readthedocs.io :alt: Documentation Status .. image:: https://img.shields.io/pypi/v/zodb.py3migrate.svg :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...
The package seeks to allow Python code to be stored in the ZODB. The main benefits are that this code can then be easily transferred to other servers and be changed at run time. Detailed Documentation ********************** Persistent Modules Document Overview --This document seeks to capture technical information about persistent modules to guide and document their design.Goals These goals...