Usage Guide =========== This section provides detailed information on how to use the ``varvis-connector`` package, both through its command-line interface (CLI) and its Python API. .. toctree:: :maxdepth: 2 :caption: Usage: cli api The package provides two main ways to interact with the Varvis API: 1. **Command-line Interface (CLI)**: A command-line tool called ``varvis_connector`` that allows you to interact with the Varvis API directly from the terminal. 2. **Python API**: A Python client implementation that you can use in your own Python code to interact with the Varvis API programmatically. Choose the approach that best fits your needs. If you need to quickly retrieve data from the Varvis API, the CLI might be the most convenient option. If you need to integrate Varvis API calls into a larger Python application, the Python API is the way to go.