Metadata-Version: 2.1
Name: hyperDataS
Version: 1.0.0
Summary: hyperDataS (stands for HyperDataStorage) is a library written in Python used to store/retrieve complex data
Home-page: https://github.com/AbdulWahab321/HyperDS
Author: AbdulWahab
Author-email: jr.abdulwahab@gmail.com
License: UNKNOWN
Description: # HyperDS
        
        hyperDataS (HyperDataStorage) is a library written in Python that provides a compressed data storage and retrieval system for large data. It uses the ZipFile format and provides a Pythonic interface to manipulate and access the data. The library is designed to be easy to use and provides advanced features such as compressing python objects
        ## Requirements
        
        - Python 3
        
        ## Installation
        
        ```bash
        pip install hyperDataS
        ```
        
        ## Usage
        Unfortunately hyperDataS doesn't have documentation but you can check the examples directory for understanding it 
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
