Metadata-Version: 1.1
Name: ordered-hash-set
Version: 0.0.1
Summary: Set that maintains insertion order
Home-page: https://github.com/buyalsky/ordered-set
Author: Burak Dursunlar
Author-email: burak.dursunlar@hotmail.com
License: UNKNOWN
Description: ordered-hash-set
        
        ordered-hash-set is data structure that stores immutable unique elements.
        Unlike built-in set in python, it is also keeps the insertion order.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
