flattree

FlatTree is a tool to work with nested Python dictionaries.


License
MIT
Install
pip install flattree==2.0.2

Documentation

https://travis-ci.org/flattree/flattree.svg?branch=master https://readthedocs.org/projects/flattree/badge/?version=latest

FlatTree

FlatTree is a lightweight tool that implements basic operations on nested Python dictionaries, "trees".

It allows to

  • merge trees into single tree
  • access leaf nodes and branches using path-like "flat" keys
  • use aliases for keys
  • assign to or delete leaves or branches

For more information please refer to documentation on readthedocs.