Metadata-Version: 2.4
Name: treelib
Version: 1.8.0
Summary: A Python implementation of tree structure.
License: Apache-2.0
License-File: AUTHORS
License-File: LICENSE
Keywords: data structure,tree,tools
Author: Xiaming Chen
Author-email: chenxm35@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six (>=1.13.0)
Project-URL: Homepage, https://github.com/caesar0301/treelib
Project-URL: Repository, https://github.com/caesar0301/treelib
Description-Content-Type: text/markdown

# treelib

Tree implementation in python: simple for you to use.

[![Build Status](https://github.com/caesar0301/treelib/actions/workflows/python-package.yml/badge.svg)](https://github.com/caesar0301/treelib/actions)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Documentation Status](https://readthedocs.org/projects/treelib/badge/?version=latest)](http://treelib.readthedocs.io/en/latest/?badge=latest)
[![Status](https://img.shields.io/pypi/status/treelib.svg)](https://pypi.python.org/pypi/treelib)
[![Latest](https://img.shields.io/pypi/v/treelib.svg)](https://pypi.python.org/pypi/treelib)
[![PyV](https://img.shields.io/pypi/pyversions/treelib.svg)](https://pypi.python.org/pypi/treelib)
[![PyPI download month](https://img.shields.io/pypi/dm/treelib.svg)](https://pypi.python.org/pypi/treelib/)
[![GitHub contributors](https://img.shields.io/github/contributors/caesar0301/treelib.svg)](https://GitHub.com/caesar0301/treelib/graphs/contributors/)

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/caesar0301/treelib.svg)](https://GitHub.com/caesar0301/treelib/pulls)
[![GitHub pull-requests closed](https://img.shields.io/github/issues-pr-closed/caesar0301/treelib.svg)](https://GitHub.com/caesar0301/treelib/pulls?q=is%3Apr+is%3Aclosed)


## Quick Start

    pip install -U treelib

## Documentation

For installation, APIs and examples, see http://treelib.readthedocs.io/en/latest/

Ask DeepWiki: https://deepwiki.com/caesar0301/treelib

### Development Commands

We provide a convenient Makefile for common development tasks. Run `make help` to show usage.

Before creating a pull request, please make sure you pass the local validation
with `make check`.

## Contributors

Thank you all contributors ❤

[![treelib contributors](https://contrib.rocks/image?repo=caesar0301/treelib "treelib contributors")](https://github.com/caesar0301/treelib/graphs/contributors)

