Metadata-Version: 2.1
Name: eo4eu_data_utils
Version: 0.17.4.dev2
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.1.0
Provides-Extra: full
Requires-Dist: eo4eu-data-utils[s3] ; extra == 'full'
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'

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