gmr / flatdict

Python module for interacting with nested dicts as a single level dict with delimited keys.
https://flatdict.readthedocs.io
BSD 3-Clause "New" or "Revised" License
112 stars 32 forks source link

Allowing setting and updating nests within iterables #29

Closed mileslucas closed 5 years ago

mileslucas commented 5 years ago

Actually solves problem from #21 in addition to #28.

mileslucas commented 5 years ago

piggy backed a little here and allow passing a custom dict class for the underlying _values, such that one could use an OrderedDict, for example

wsantos commented 5 years ago

@gmr and change to get this and #30 merged and released? I want to use this in a project and I need both fixes.