Metadata-Version: 2.4
Name: eo4eu-ddsapi
Version: 0.7.2
Summary: EO4EU fork of official ddsapi package
Author-email: CMCC Data Delivery System Team <dds-support@cmcc.it>, Apollon Grigoras <apollon@uoa.gr>
License-Expression: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.23.0
Requires-Dist: xarray>=2022.10.0

# DDSAPI-Client
Python Client to access and download data from [CMCC Data Delivery System (DDS)](https://dds.cmcc.it)

## Requirements
Python 3.7, Python 3.8

### Installation  
Conda Installation
```bash
$ conda install -c fondazione-cmcc ddsapi 
```

Pip installation
```bash
$ pip install ddsapi
```

### Configuration
To use the tool a file `$HOME/.ddsapirc` must be created as following

```bash
url: https://ddshub.cmcc.it/api/v2
key: <api-key>
```
