Metadata-Version: 2.1
Name: i-am-groot
Version: 0.1.3
Summary: Manage hierarchical concept trees with style.
Home-page: https://chenchaozhao.github.io/groot/
Author: Chenchao Zhao
Author-email: chenchao.zhao@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: dataclasses
Requires-Dist: PyYaml

# Groot
[![test](https://github.com/ChenchaoZhao/groot/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/ChenchaoZhao/groot/actions/workflows/lint-test.yaml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://pypip.in/v/i-am-groot/badge.png)](https://pypi.python.org/pypi/i-am-groot)

Manage hierarchical concept trees with style

## Install
```pip install i-am-groot```

## Goals
* Save the trees in most compact format
* Be able to load the trees from serialized files
* List all nodes
* List nodes on a given depth
* List all atomic nodes


