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
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.container
- Owner: zopefoundation
- License: other
- Created: 2013-02-11T20:54:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:01:08.000Z (9 months ago)
- Last Synced: 2025-10-02T17:57:12.663Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 1.12 MB
- Stars: 4
- Watchers: 61
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
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