Metadata-Version: 2.1
Name: s3pro
Version: 0.1.0
Summary: The best s3 client
Author-email: Alekse Marusich <alekse.marusich@rocshers.com>
License: MIT
Keywords: rocshers,rs3,s3,aws
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Software Distribution
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx >=0.27.2
Provides-Extra: dev

# s3pro

Lightweight, feature-rich, object-oriented S3 client

[![PyPI](https://img.shields.io/pypi/v/s3pro)](https://pypi.org/project/s3pro/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/s3pro)](https://pypi.org/project/s3pro/)

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=rocshers_rlogging&metric=coverage)](https://sonarcloud.io/summary/new_code?id=rocshers_rlogging)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rocshers_rlogging&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rocshers_rlogging)

[![Downloads](https://static.pepy.tech/badge/s3pro)](https://pepy.tech/project/s3pro)
[![GitLab stars](https://img.shields.io/gitlab/stars/rocshers/python/s3pro)](https://gitlab.com/rocshers/python/s3pro)
[![GitLab last commit](https://img.shields.io/gitlab/last-commit/rocshers/python/s3pro)](https://gitlab.com/rocshers/python/s3pro)

## Functionality

-

## Quick start

```bash
pip install s3pro
```

## Contribute

Issue Tracker: <https://gitlab.com/rocshers/python/s3pro/-/issues>  
Source Code: <https://gitlab.com/rocshers/python/s3pro>

Before adding changes:

```bash
make install-dev
```

After changes:

```bash
make format test
```
