Skip to content
/ treelib Public
forked from caesar0301/treelib

An efficient implementation of tree data structure in python 2/3.

License

Notifications You must be signed in to change notification settings

otovo/treelib

This branch is 3 commits ahead of, 18 commits behind caesar0301/treelib:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd3d751 · May 8, 2024
Aug 18, 2023
Aug 16, 2020
Mar 28, 2023
Oct 19, 2018
Mar 28, 2023
May 8, 2024
May 8, 2024
Dec 15, 2019
Dec 1, 2019
Mar 28, 2023
Mar 28, 2023
Apr 28, 2013
Dec 1, 2017
Dec 22, 2013
Aug 18, 2023
Mar 27, 2023
Mar 27, 2023
Mar 27, 2023
Dec 22, 2013
Aug 18, 2023

Repository files navigation

treelib

Tree implementation in python: simple for you to use.

Build Status Code style: black Documentation Status Status Latest PyV PyPI download month GitHub contributors

PRs Welcome GitHub pull-requests GitHub pull-requests closed

Quick Start

pip install -U treelib

Documentation

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

Code Style

treelib complies with black formatter and specific flake8 validations. Before creating a pull request, please make sure you pass the local validation with scripts/flake8.sh.

Contributors

Thank you all, committers.

About

An efficient implementation of tree data structure in python 2/3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%