Metadata-Version: 2.1
Name: cloud_storage_service
Version: 0.1.0
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
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3
Requires-Dist: pandas
Requires-Dist: awswrangler
Requires-Dist: azure-storage-blob
Requires-Dist: google-cloud-storage
Requires-Dist: google-api-core

# Test Cloud Storage

A unified cloud storage package that provides seamless integration with major cloud providers: Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform (GCP). This library allows developers to easily access and manage cloud storage services with a consistent interface.

## Features

- **Supports Multiple Cloud Providers**: Easily switch between AWS, Azure, and GCP.
- **Flexible Configuration**: Configure services with required parameters for each provider.
- **Intuitive API**: Simple methods for managing cloud storage operations.

## Installation

You can install the package using pip:

```bash
pip install test_cloud_storage
