Installation
Before starting to use Datazone, you need to install the Datazone Python CLI. The client is a Python package that provides a simple interface to interact with the Datazone API.
Requirements
Use the following command to check that you have a supported Python version installed:
Currently, Python 3.8, 3.9, 3.10, 3.11 and 3.12 are supported
Installation
- You can install the Datazone Python SDK using pip:
- Check that the installation was successful by running the following command:
Check Datazone CLI section for more information on how to use the CLI.
Login via CLI
If you have already created an account, you can log in to the Datazone CLI using the following command:
After you have successfully logged in, you can start using the Datazone CLI to interact with the Datazone API. You can check you session status by running the following command:
For more information on how to use the Datazone CLI, check the Command Line section.