Metadata-Version: 2.0
Name: MultiMapping
Version: 4.1
Summary: Special MultiMapping objects used in Zope.
Home-page: https://github.com/zopefoundation/MultiMapping
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope :: 4
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: ExtensionClass

Overview
========

MultiMapping provides special objects used in some Zope2 internals like ZRDB.

Changelog
=========

4.1 (2018-10-05)
----------------

- Add support for Python 3.7.

4.0 (2017-05-17)
----------------

- Add `__contains__` support.

- Remove the Python 2-only C extension.

3.1 (2017-04-26)
----------------

- Add support for Python 3.6, drop support for Python 2.6.

3.0 (2016-04-03)
----------------

- Update compatibility to Python 3.4/3.5.

- Add a pure-Python implementation used for Python 3 and Pypy.

- Rewrote tests as unit tests.

2.13.0 (2010-03-30)
-------------------

- Released as separate package.


