nested-dictionaries

Nested Dictionaries


License
MIT
Install
pip install nested-dictionaries==0.0.1

Documentation

Nested Dictionaries

Simple module to help with the creation of nested dictionaries with an arbitrary number of levels.

Installation

pip install nested-dictionaries

Usage

from nested_dictionaries import NestedDictionaries
my_dict = NestedDictionaries()
my_dict[key1][key2][key...] = 'value'

License

Released under the MIT licence.