Metadata-Version: 1.0
Name: trees
Version: 0.0.2
Summary: Collection of various tree-like data structures
Home-page: https://github.com/Ceasar/trees
Author: Ceasar Bautista
Author-email: cbautista2010@gmail.com
License: UNKNOWN
Description:     A collection of various tree-like data structures.
        
            Includes:
            -   AutovivifiedDict
            -   ObjectifiedDict
            -   Heap (heapq wrapper)
             
Keywords: tree,data,heap,autovivify
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
