Metadata-Version: 1.1
Name: simplebst
Version: 0.1.0
Summary: Simple Binary Search Tree is a simple implementation of a binary search tree
Home-page: https://github.com/drincruz/simplebst
Author: Adrian Cruz
Author-email: drincruz at gmail dot com
License: MIT
Description: ===============================
        Simple Binary Search Tree
        ===============================
        
        .. image:: https://badge.fury.io/py/simplebst.png
            :target: http://badge.fury.io/py/simplebst
        
        .. image:: https://travis-ci.org/drincruz/simplebst.png?branch=master
                :target: https://travis-ci.org/drincruz/simplebst
        
        .. image:: https://pypip.in/d/simplebst/badge.png
                :target: https://pypi.python.org/pypi/simplebst
        
        
        Simple Binary Search Tree is a simple implementation of a binary search tree
        
        * Free software: MIT license
        * Documentation: https://simplebst.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        0.1.0 (2014-09-11)
        ---------------------
        
        * First release on Github.
        
Keywords: simplebst
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
