Metadata-Version: 2.1
Name: flattree
Version: 2.0.2
Summary: FlatTree is a tool to work with nested Python dictionaries.
Home-page: https://github.com/flattree/flattree
Author: Aleksandr Mikhailov
Author-email: dev@avidclam.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6.8
Description-Content-Type: text/x-rst

.. image:: https://travis-ci.org/flattree/flattree.svg?branch=master
    :target: https://travis-ci.org/flattree/flattree
.. image:: https://readthedocs.org/projects/flattree/badge/?version=latest
    :target: https://flattree.readthedocs.io/en/latest/?badge=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 <http://flattree.readthedocs.io/>`_.


