Metadata-Version: 1.1
Name: more_collections
Version: 0.3.0
Summary: more_collections is a Python library providing more collections (multisets, orderable multisets, hashable dictionaries, ...).
Home-page: https://github.com/maweki/more-collections
Author: Mario Wenzel
Author-email: maweki@gmail.com
License: MIT
Description: 
        This package provides some more collections than the standard collections package.
        
        The package currently provides:
        
        - **puredict**/**frozendict** - a functionally **pure** and **immutable dictionary** that is even **hashable**,
        if all keys and values are hashable.
        - **multiset**/**frozenmultiset** - a multiset implementation
        - **orderable_multiset**/**orderable_frozenmultiset** - a multiset implementation for orderable carriers so that
        multisets of those elements themselves are orderable, even including **nestable_orderable_frozenmultiset**
        which is a multiset-ordering-extension that gives a total ordering for arbitrarily nested multisets over an orderable carrier.
        
        If you want to see any more collections, contact me, open a ticket (I'll happily implement it) or send in a patch.
        
        See https://github.com/maweki/more-collections for a full guide and more information.
        
Keywords: collections multiset frozendict development
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
