Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.4 KB

File metadata and controls

36 lines (26 loc) · 1.4 KB

FlatDict

pypi GitHub Release Date PyPI - Downloads PyPI - License GitHub Issues

FlatDict is a Python library for interacting with nested dictionaries and lists as a single-level dictionary with delimited keys.

This library provides the FlatDict class for flattening nested dictionaries, and the FlatterDict class for flattening nested dictionaries and sequences (lists and tuples).

The official documentation can be found at codejedi365.github.io/flatdict.