sites.sdk package ================= .. note:: In order to install the python3 client, using pip, just run the command: | pip install sites-toolkit --user -U -i https://get.ecmwf.int/repository/pypi-all/simple Or just configure your `/etc/pip.conf` with the following global settings: | [global] | index= https://get.ecmwf.int/repository/pypi-all/pypi | index-url= https://get.ecmwf.int/repository/pypi-all/simple And then, just run the command: | pip install -U sites-toolkit Subpackages ----------- .. toctree:: :maxdepth: 2 sites.sdk.common sites.sdk.sites Submodules ---------- sites.sdk.api\_urls module -------------------------- .. automodule:: sites.sdk.api_urls :members: :undoc-members: sites.sdk.client module ----------------------- .. automodule:: sites.sdk.client :members: :undoc-members: