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
111 stars 32 forks source link

OrderedFlatDict #25

Closed mileslucas closed 5 years ago

mileslucas commented 5 years ago

Hi, I am really interested in using FlatDict in one of my projects, but I need to make sure the ordering of the hashes is consistent so I can use it as a way of keeping track of parameters in a model. How hard would it be to create an OrderedFlatDict?