Metadata-Version: 1.0
Name: tinytree
Version: 0.2.1
Summary: A simple ordered tree implementation
Home-page: https://github.com/cortesi/tinytree
Author: Aldo Cortesi
Author-email: aldo@corte.si
License: MIT
Description: 
        A tiny tree implementation for Python.
        
        Features
        ========
        
            * Simple
            * Functional
            * Well-tested
        
        TinyTree requires Python 2.5 or newer.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Software Development :: Libraries
