Metadata-Version: 2.1
Name: arboristo
Version: 0.1.1
Summary: A light-weight package to lazily traverse a deeply nested dictionary
Home-page: https://github.com/AlanAutomated/arboristo
License: MIT
Keywords: dictionary,deep,lazy,nested
Author: Alan Haynes
Author-email: alan@nre.dev
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Documentation, https://github.com/AlanAutomated/arboristo
Project-URL: Repository, https://github.com/AlanAutomated/arboristo
Description-Content-Type: text/markdown

# arboristo
[![Build Status](https://github.com/AlanAutomated/arboristo/workflows/CI/badge.svg)](https://github.com/AlanAutomated/arboristo/actions)
[![codecov](https://codecov.io/gh/AlanAutomated/arboristo/branch/master/graph/badge.svg?token=IYHABMICSN)](https://codecov.io/gh/AlanAutomated/arboristo) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/7c212a68576d4536a08a4a448361b497)](https://www.codacy.com/gh/AlanAutomated/arboristo/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=AlanAutomated/arboristo&amp;utm_campaign=Badge_Grade) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Sourcery](https://img.shields.io/badge/Sourcery-enabled-brightgreen)](https://sourcery.ai)

A light-weight package to lazily traverse a deeply nested dictionary.

![demo](https://raw.githubusercontent.com/AlanAutomated/arboristo/master/demo.gif)

