Metadata-Version: 2.1
Name: eo4eu_data_utils
Version: 0.19.0.dev5
Summary: General data access utilities for EO4EU
Author-email: Apollon Grigoras <apollon@uoa.gr>
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: eo4eu_base_utils>=0.3.0
Provides-Extra: s3
Requires-Dist: boto3~=1.26.137; python_version <= "3.11" and extra == "s3"
Requires-Dist: cloudpathlib~=0.15.1; python_version <= "3.11" and extra == "s3"
Requires-Dist: boto3>=1.26.137; python_version >= "3.12" and extra == "s3"
Requires-Dist: cloudpathlib>=0.15.1; python_version >= "3.12" and extra == "s3"
Provides-Extra: full
Requires-Dist: eo4eu_data_utils[s3]; extra == "full"

# 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.
