You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage zope-ZODB3-devel-3.10.5-3.lbn19.x86_64
ZODB development header files
RPMPackage zope-ZODB3-devel-3.10.5-2.lbn19.armv6hl
ZODB development header files
RPMPackage zope-ZODB3-3.11.0-3.lbn25.py37.noarch
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:
RPMPackage zope-ZODB3-3.10.5-3.lbn19.x86_64
Zope Object Database
RPMPackage zope-ZODB3-3.10.5-2.lbn19.armv6hl
Zope Object Database
RPMPackage zope-ZConfig-3.3.0-1.lbn25.noarch
ZConfig is a configuration library intended for general use. It supports a hierarchical schema-driven configuration model that allows a schema to specify data conversion routines written in Python. ZConfig’s model is very different from the model supported by the ConfigParser module found in Python’s standard library, and is more suitable to configuration-intensive applications. ZConfig schema are written in an XML-based language and are able to “import” schema components provided by Python packages. Since components are able to bind to conversion functions provided by Python code in the package (or elsewhere), configuration objects can be arbitrarily complex, with values that have been verified against arbitrary constraints. This makes it easy for applications to separate configuration support from configuration loading even with configuration data being defined and consumed by a wide range of separate packages. ZConfig is licensed under the Zope Public License, version 2.1. See the file LICENSE.txt in the distribution for the full license text. Reference documentation is available in the doc/ directory.
RPMPackage zope-RestrictedPython-3.6.0-3.lbn25.noarch
RestrictedPython provides a restricted execution environment for Python, e.g. for running untrusted code.
RPMPackage zope-RelStorage-pgsql-2.1-1.a2.lbn19.x86_64
PostgreSQL backend for RelStorage
RPMPackage zope-RelStorage-pgsql-1.6.0b3-1.lbn19.noarch
PostgreSQL backend for RelStorage
RPMPackage zope-RelStorage-oracle-2.1-1.a2.lbn19.x86_64
Oracle backend for RelStorage
RPMPackage zope-RelStorage-oracle-1.6.0b3-1.lbn19.noarch
Oracle backend for RelStorage
RPMPackage zope-RelStorage-mysql-2.1-1.a2.lbn19.x86_64
MySQL backend for RelStorage
RPMPackage zope-RelStorage-mysql-1.6.0b3-1.lbn19.noarch
MySQL backend for RelStorage
RPMPackage zope-RelStorage-2.1-1.a2.lbn19.x86_64
RelStorage is a storage implementation for ZODB that stores pickles in a relational database. PostgreSQL 9.0 and above (performance is best with 9.5 and above), MySQL 5.0.32+ / 5.1.34+, and Oracle 10g and 11g are currently supported. RelStorage replaced the PGStorage project. Features It is a drop-in replacement for FileStorage and ZEO. There is a simple way to convert FileStorage to RelStorage and back again. You can also convert a RelStorage instance to a different relational database. Designed for high volume sites: multiple ZODB instances can share the same database. This is similar to ZEO, but RelStorage does not require ZEO. According to some tests, RelStorage handles high concurrency better than the standard combination of ZEO and FileStorage. Whereas FileStorage takes longer to start as the database grows due to an in-memory index of all objects, RelStorage starts quickly regardless of database size. Supports undo, packing, and filesystem-based ZODB blobs. Both history-preserving and history-free storage are available. Capable of failover to replicated SQL databases. zodbconvert utility to copy databases. Free, open source (ZPL 2.1)
RPMPackage zope-RelStorage-1.6.0b3-1.lbn19.noarch
RelStorage is a storage implementation for ZODB that stores pickles in a relational database. PostgreSQL 8.1 and above (via psycopg2), MySQL 5.0.32+ / 5.1.34+ (via MySQLdb 1.2.2 and above), and Oracle 10g and 11g (via cx_Oracle) are currently supported. RelStorage replaced the PGStorage project. * It is a drop-in replacement for FileStorage and ZEO. * There is a simple way to convert FileStorage to RelStorage and back again. You can also convert a RelStorage instance to a different relational database. * Designed for high volume sites: multiple ZODB instances can share the same database. This is similar to ZEO, but RelStorage does not require ZEO. * According to some tests, RelStorage handles high concurrency better than the standard combination of ZEO and FileStorage. * Whereas FileStorage takes longer to start as the database grows due to an in-memory index of all objects, RelStorage starts quickly regardless of database size. * Supports undo, packing, and filesystem-based ZODB blobs. * Both history-preserving and history-free storage are available. * Capable of failover to replicated SQL databases.
RPMPackage zope-Persistence-devel-2.13.2-3.lbn19.armv6hl
Persistent ExtensionClass
RPMPackage zope-Persistence-devel-3.0a3-2.lbn19.x86_64
This package provides a variant of the persistent base class that’s an ExtensionClass. Unless you need ExtensionClass semantics, you probably want to use persistent.Persistent from the persistent distribution (formerly ZODB3).
RPMPackage zope-Persistence-2.13.2-3.lbn19.armv6hl
Persistent ExtensionClass
RPMPackage zope-Persistence-3.0b4-1.lbn25.x86_64
This package provides a variant of the persistent base class that’s an ExtensionClass. Unless you need ExtensionClass semantics, you probably want to use persistent. Persistent from the persistent distribution (formerly ZODB3).
RPMPackage zope-MultiMapping-3.1-1.lbn25.x86_64
MultiMapping provides special objects used in some Zope2 internals like ZRDB.