summaryrefslogtreecommitdiff
path: root/devel/py-flatten-dict/pkg-descr
blob: 9ae1fcad5b4240fdc0f1e7b0b492055f624cfc08 (plain) (blame)
1
2
3
4
This package provides a function flatten() for flattening dict-like objects in
Python. It also provides some key joining methods (reducer), and you can choose
the reducer you want or even implement your own reducer. You can also invert the
resulting flat dict using unflatten().