Metadata-Version: 2.1
Name: i-am-groot
Version: 0.1.2
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)

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


