Metadata-Version: 2.1
Name: s3-client-lib
Version: 0.1.9.post1
Summary: S3 client lib
Author: Radim Spigel
Author-email: spigel@cesnet.cz
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: boto3 (>=1.14.18,<2.0.0)
Description-Content-Type: text/markdown

# S3 client lib
Library for client calls to S3.

## Installing

* Install ```botos3``` system packages
* Build & Install s3-client-lib with poetry:
```python
pip install poetry
git clone https://github.com/CESNET/s3-client-lib
cd s3-client-lib
poetry build
cd dist
tar -xvf s3-client-lib-0.1.0.tar.gz
pip install -e s3-client-lib-0.1.0/
```

