Metadata-Version: 2.1
Name: pure-datastructures
Version: 0.0.7
Summary: Data Structures packages with pure python
Home-page: UNKNOWN
Author: Ryan Febriansyah
Author-email: 15523163@students.uii.ac.id
License: UNKNOWN
Description: # Pure Data Structures
        
        Data structures package for python, written in pure python code. Any performance is not measured enough
        
        ## List of Data Structures
        
        - Stack
        - Queue
        - List
        
        ## Installation
        
        `pip install pure-datastructures`
        
        ## Usage
        
        - To be determined
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: Indonesian
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
