Metadata-Version: 1.1
Name: yggdrasil
Version: 0.7.5
Summary: A tree library. Contains implementations for binary trees and AVL trees.
Home-page: https://github.com/frank2/yggdrasil
Author: frank2
Author-email: frank2@dc949.org
License: GPLv3
Description: Yggdrasil is a flexible tree library that allows you to define your very own trees from the ground up.
        Surprisingly, despite being written purely in Python, it manages to outperform its CPython equivalents!
Keywords: trees binary_trees
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
