Metadata-Version: 2.4
Name: eo4eu_data_utils
Version: 1.0.0.dev6
Summary: General data access utilities for EO4EU
Author-email: Apollon Grigoras <apollon@uoa.gr>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: eo4eu_base_utils>=0.4.6
Provides-Extra: s3
Requires-Dist: boto3~=1.26.137; python_version <= "3.11" and extra == "s3"
Requires-Dist: boto3<=1.38.8,>=1.26.137; python_version >= "3.12" and extra == "s3"
Provides-Extra: full
Requires-Dist: eo4eu_data_utils[s3]; extra == "full"
Provides-Extra: docs
Requires-Dist: eo4eu_data_utils[full]; extra == "docs"
Requires-Dist: sphinx==8.2.3; extra == "docs"
Requires-Dist: sphinx-rtd-theme==3.0.2; extra == "docs"

# Data utilities for EO4EU

This package provides classes and functions that help with common tasks involving:

- Reading data from configMaps and secrets
- Uploading to and downloading from S3 buckets
- Configuring components in general

The current API is unstable and the previous readme was outdated. New documentation will be provided once the package stabilizes.
