Metadata-Version: 1.1
Name: m9dicts
Version: 0.2.0
Summary: dict-like objects support recursive merge operations
Home-page: https://github.com/ssato/python-m9dicts
Author: Satoru SATOH
Author-email: ssato@redhat.com
License: MIT
Description: 
        python-m9dicts (merge-able dicts) is a `MIT licensed
        <http://opensource.org/licenses/MIT>`_ python library provides some dict-like
        objects support recursive merge operations according to each merge strategies.
        
        - Home: https://github.com/ssato/python-m9dicts
        - PyPI: https://pypi.python.org/pypi/m9dicts
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
