Metadata-Version: 2.1
Name: pytreemap
Version: 0.1
Summary: High-performance Python Implementation of the Java TreeMap API
Home-page: https://github.com/GavinPHR/pytreemap
Author: Haoran Peng
Author-email: gavinsweden@gmail.com
License: gpl-2.0
Description: # pytreemap
        A Python implementation of the Java TreeMap.
        
Keywords: python3,self-balancing,binary-search-tree,red-black-tree,java,treemap,treeset
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
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
