Metadata-Version: 2.1
Name: cerulean_pond
Version: 0.1.5
Summary: A Python library to create data ponds, small datalakes.
Home-page: https://ceruleanpond.com
Author: Malik Houni
Author-email: Malik Houni <malik.datascience@gmail.com>
License: All Rights Reserved
        
        Copyright (c) 2024 Malik HOUNI
        
        This software and associated documentation files (the "Software") are the
        property of the copyright holder. You are not permitted to use, copy, modify,
        merge, publish, distribute, sublicense, and/or sell copies of the Software
        without explicit written permission from the copyright holder.
        
        The Software is provided "AS IS", without warranty of any kind, express or
        implied, including but not limited to the warranties of merchantability,
        fitness for a particular purpose, and noninfringement. In no event shall the
        authors or copyright holders be liable for any claim, damages, or other
        liability, whether in an action of contract, tort, or otherwise, arising from,
        out of, or in connection with the Software or the use or other dealings in the
        Software.
        
Project-URL: homepage, https://ceruleanpond.com
Project-URL: repository, https://ceruleanpond.com
Keywords: data management,authentication,file uploads,server integration
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas (>=1.3.0)
Requires-Dist: requests (>=2.25.0)
Requires-Dist: bcrypt (>=3.2.0)

# CeruleanPond

CeruleanPond is a Python package that allows users to create Data ponds, small datalakes.

## Installation

```bash
pip install cerulean_pond
