Metadata-Version: 2.1
Name: pytreemap
Version: 0.3
Summary: Python Implementation of Java TreeMap/TreeSet
Home-page: https://github.com/GavinPHR/pytreemap
Author-email: gavinsweden@gmail.com
License: gpl-2.0
Description: # pytreemap [![Build Status](https://travis-ci.com/GavinPHR/pytreemap.svg?branch=master)](https://travis-ci.com/GavinPHR/pytreemap) [![codecov](https://codecov.io/gh/GavinPHR/pytreemap/branch/master/graph/badge.svg)](https://codecov.io/gh/GavinPHR/pytreemap) ![](https://img.shields.io/pypi/v/pytreemap) ![](https://img.shields.io/badge/python-%3E%3D3.5-blue) ![](https://img.shields.io/github/license/GavinPHR/pytreemap)
        Python implementation of the Java TreeMap/Tree.
        
        ## Beta release now available on PyPI
        
        Install with pip:
        
        ```bash
        pip install pytreemap
        ```
        
        ### Documentation
        A basic documentation is now available at:
        
        https://gavinphr.github.io/pytreemap/
        
        Detailed documentation WIP.
        
        ### Testing and Benchmarks
        Tests have been carried out extensively. Check out the test/ directory.
        
        Benchmarks/profiling WIP.
        
Keywords: python3,self-balancing,binary-search-tree,red-black-tree,java,treemap,treeset
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.5
Description-Content-Type: text/markdown
