Metadata-Version: 2.1
Name: dsw-storage
Version: 4.9.2
Summary: Library for managing DSW S3 storage
Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
License: Apache License 2.0
Project-URL: Homepage, https://ds-wizard.org
Project-URL: Repository, https://github.com/ds-wizard/engine-tools
Project-URL: Documentation, https://guide.ds-wizard.org
Keywords: dsw,s3,bucket,storage
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Utilities
Requires-Python: <4,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: minio
Requires-Dist: tenacity
Requires-Dist: dsw-config==4.9.2

# Data Stewardship Wizard: Storage

[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ds-wizard/engine-tools)](https://github.com/ds-wizard/engine-tools/releases)
[![PyPI](https://img.shields.io/pypi/v/dsw-storage)](https://pypi.org/project/dsw-storage/)
[![LICENSE](https://img.shields.io/github/license/ds-wizard/engine-tools)](LICENSE)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4975/badge)](https://bestpractices.coreinfrastructure.org/projects/4975)
[![Python Version](https://img.shields.io/badge/Python-%E2%89%A5%203.7-blue)](https://python.org)

*Library for working with object storage of DSW*

## Usage

Currently, this library is intended for internal use of DSW tooling only. 
Enhancements for use in custom scripts are planned for future development.

## License

This project is licensed under the Apache License v2.0 - see the
[LICENSE](LICENSE) file for more details.
