Metadata-Version: 2.1
Name: ddsapi
Version: 0.4a4
Summary: Python Client to access and download data from CMCC Data Delivery System (DDS)
Home-page: https://github.com/CMCC-Foundation/ddsapi-client/ddsapi/ddsapi
Author: PPOS Research Group
Author-email: ppos-services@cmcc.it
License: Apache License, Version 2.0
Description: # DDSAPI-Client
        Python API Client to access and download data from CMCC Data Delivery System (DDS)
        
        ## Requirements
        Python 3.7, Python 3.8
        
        ### Installation  
        Conda Installation
        ```bash
        $ conda install -c fondazione-cmcc ddsapi 
        ```
        
        Pip installation
        ```bash
        $ pip install ddsapi
        ```
        Cloning the repository
        ```bash
        $ git clone https://github.com/CMCC-Foundation/ddsapi-client
        $ cd ddsapi-client
        $ python setup.py install
        ```
        
        ### Configuration
        To use the tool a file `$HOME/.ddsapirc` must be created as following
        
        ```bash
        url: http://dias.cmcc.scc:8282/api/v1
        key: <uid>:<api-key>
        ```
        
        ### Examples
        
        For some examples how to use the tool see [here](examples/)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: >=3.7
Description-Content-Type: text/markdown
