Special MultiMapping objects used in Zope, currently at version 5.1. Provides ordered and unordered mappings supporting multiple values per key (like `NestedMultiMapping` and `IOrderedMultiMapping`). Release cadence is low, with occasional maintenance updates. Requires Python >=3.10.
pip install multimappingVerified import paths — ran on the pinned version, not inferred.
Basic usage: create MultiMapping and NestedMultiMapping, add multiple values per key.
Replace 'from zope.multimapping import ...' with 'from multimapping import ...'
Use 'IMultiMapping' from 'multimapping.interfaces'
If you need an immutable sequence, convert the result to tuple: tuple(mm.getall('key1'))No dependency data recorded yet.