Metadata-Version: 2.1
Name: ucloudstorage
Version: 0.1.2
Summary: 
Author: Breno Moura
Author-email: breno.mm@outlook.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiobotocore (>=2.4.2,<3.0.0)
Requires-Dist: pytest (>=7.2.1,<8.0.0)
Requires-Dist: pytest-asyncio (>=0.20.3,<0.21.0)
Description-Content-Type: text/markdown

# Unified Cloud Storage

A simple project that provides an API to consume multiples Cloud Storage from different providers (just s3 at the moment).

## Quick Installation
TBD

## Usage
TBD

### Reference
The project was based on the [scottwernervt Cloud Storage project](https://github.com/scottwernervt/cloudstorage).
I did just for praticing purpose.
