Metadata-Version: 1.1
Name: sndict
Version: 0.1.0
Summary: Nested Extensions to Python dictionaries
Home-page: https://github.com/zphang/sndict
Author: Jason Phang
Author-email: email@jasonphang.com
License: MIT license
Description: ===============================
        sndict
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/sndict.svg
                :target: https://pypi.python.org/pypi/sndict
        
        .. image:: https://img.shields.io/travis/zphang/sndict.svg
                :target: https://travis-ci.org/zphang/sndict
        
        .. image:: https://readthedocs.org/projects/sndict/badge/?version=latest
                :target: https://sndict.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/zphang/sndict/shield.svg
             :target: https://pyup.io/repos/github/zphang/sndict/
             :alt: Updates
        
        
        Nested Extensions to Python dictionaries
        
        * Free software: MIT license
        * Documentation: https://sndict.readthedocs.io.
        
        
        Introduction
        ------------
        This module provides extensions to ``dicts`` in the python standard library, providing fast and clean manipulation of nested dictionary structures. This module exposes two new ``dict``-types: ``NestedDict``/``ndict`` and ``StructuredNestedDict``/``sndict``/
        
        
        Features
        --------
        
        * TODO
        
        
        =======
        History
        =======
        
        0.1.0 (2017-03-14)
        ------------------
        
        * First release on PyPI.
        
Keywords: sndict
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
