Metadata-Version: 2.1
Name: test_cloud_storage
Version: 0.6.4
Summary: A unified cloud storage package for AWS, Azure, and GCP
Author: Aaditya Muleva
Author-email: aaditya.muleva@trovehealth.io
License: MIT
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
License-File: LICENSE
Requires-Dist: boto3

# My Cloud Storage Package

This Python package provides a unified interface for working with AWS S3, Azure Blob Storage, and Google Cloud Storage.

## Installation

Install the package via pip:

```bash
pip install my-cloud-storage-package
