An open API service indexing awesome lists of open source software.

https://github.com/zopefoundation/zope.container

Interfaces for object container components, and implementations such as a BTreeContainer and OrderedContainer
https://github.com/zopefoundation/zope.container

maintained

Last synced: 8 months ago
JSON representation

Interfaces for object container components, and implementations such as a BTreeContainer and OrderedContainer

Awesome Lists containing this project

README

          

====================
``zope.container``
====================

.. image:: https://github.com/zopefoundation/zope.container/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.container/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.container/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.container?branch=master

.. image:: https://readthedocs.org/projects/zopecontainer/badge/?version=latest
:target: https://zopecontainer.readthedocs.io/en/latest/
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/zope.container.svg
:target: https://pypi.python.org/pypi/zope.container/
:alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.container.svg
:target: https://pypi.org/project/zope.container/
:alt: Supported Python versions

This package define interfaces of container components, and provides
container implementations such as a BTreeContainer and
OrderedContainer, as well as the base class used by ``zope.site.folder``
for the Folder implementation.

Documentation is hosted at https://zopecontainer.readthedocs.io