Metadata-Version: 2.1
Name: QuickDS
Version: 0.0.3
Summary: QuickDS is a library that contains a curated list of Input Formatting and Input Generating Functions that can be used to generate some commonly used Abstract data types without having to write any code from scratch.
Home-page: https://github.com/varnaa/QuickDS/tree/master/python
Author: Rishi Raj
Author-email: rishi772001@gmail.com
License: MIT
Project-URL: Source, https://github.com/varnaa/QuickDS
Description: # QuickDS
        
        QuickDS is a library that contains a curated list of Input Formatting and Input Generating Functions that can be used to generate some commonly used Abstract data types without having to write any code from scratch. 
        This library for was designed for the purposes of making competitive programming easy. 
        Users can quickly convert Serialized Input formats into actual datastructures to quickly test their code in local IDE.
        
        ## Installation
        
        ```pip install QuickDS```
        
        ## License
        
        This repository is Licensed under the MIT License.
        See LICENSE for more details.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
