Metadata-Version: 2.1
Name: S3Adapter
Version: 0.3
Summary: A AWS S3 Python Adapter to Readn, Write and Check existence of files in S3 Buckets.
Author: Flavio Lopes
Author-email: flavio.lopes@ideiasfactory.tech
Maintainer: Ideias Factory
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: boto3==1.34.12
Requires-Dist: botocore==1.34.12
Requires-Dist: jmespath==1.0.1
Requires-Dist: numpy==1.26.3
Requires-Dist: pandas==2.1.4
Requires-Dist: python-dateutil==2.8.2
Requires-Dist: python-dotenv==1.0.0
Requires-Dist: pytz==2023.3.post1
Requires-Dist: s3transfer==0.10.0
Requires-Dist: six==1.16.0
Requires-Dist: tzdata==2023.4
Requires-Dist: urllib3==1.26.18

# S3Adapter

A AWS S3 Python Adapter to Readn, Write and Check existence of files in S3 Buckets.

## Installation

You can install My Package using pip:

```bash
pip install s3adapter
