Welcome to Watcher SDK's documentation! ===================================== .. image:: _static/images/watcher.jpg :alt: Watcher Logo :align: center :width: 100% :class: logo-responsive The Watcher SDK is a Python library for interacting with the Watcher framework. Installation ------------ You can install the Watcher SDK using your preferred package manager: .. tabs:: .. tab:: pip .. code-block:: bash pip install etl-watcher-sdk .. tab:: uv .. code-block:: bash uv add etl-watcher-sdk .. tab:: poetry .. code-block:: bash poetry add etl-watcher-sdk .. toctree:: :maxdepth: 2 :caption: Getting Started getting_started/quick_start .. toctree:: :maxdepth: 2 :caption: API api/models .. toctree:: :maxdepth: 2 :caption: Guides guides/address_management guides/authentication guides/executions guides/monitoring guides/orchestration guides/watermark_management