Metadata-Version: 1.1
Name: jaraco.collections
Version: 1.5
Summary: jaraco.collections
Home-page: https://github.com/jaraco/jaraco.collections
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: Models and classes to supplement the stdlib 'collections' module.
        
        .. image:: https://img.shields.io/pypi/v/jaraco.collections.svg
           :target: https://pypi.io/project/jaraco.collections
        
        .. image:: https://img.shields.io/pypi/pyversions/jaraco.collections.svg
        
        .. image:: https://img.shields.io/pypi/dm/jaraco.collections.svg
        
        .. image:: https://img.shields.io/travis/jaraco/jaraco.collections/master.svg
           :target: http://travis-ci.org/jaraco/jaraco.collections
        
        RangeMap
        --------
        
        A dictionary-like object that maps a range of values to a given value.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
