CMD + K

flatdict

Community

Python module for interacting with nested dicts as a single level dict with delimited keys

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::flatdict

Usage Tracking

4.1.0
4.0.1
2 / 8 versions selected
Downloads (Last 6 months): 0

Description

FlatDict and FlatterDict are a dict classes that allows for single level, delimited key/value pair mapping of nested dictionaries. You can interact with FlatDict and FlatterDict like a normal dictionary and access child dictionaries as you normally would or with the composite key.

About

Summary

Python module for interacting with nested dicts as a single level dict with delimited keys

Last Updated

Feb 18, 2026 at 04:51

License

BSD-3-Clause

Supported Platforms

noarch