CLI and Python SDKs for interacting with Gretel's privacy engineering APIs.
The following command will install the latest stable Gretel CLI and Python SDK
pip install gretel-client
To install the latest development version, you may run
pip install git+https://github.com/gretelai/gretel-python-client@main
To configure the CLI, run
gretel configure
The Gretel CLI and python SDKs require Python version 3.9 or greater. Docker is required for local training and generation jobs.
For more information please refer to the Gretel Environment Setup docs.
The gretel-client
package also ships with a set of Python Client SDKs that may be used to interact with Gretel APIs using a familiar pythonic interface. For more information on how to use these SDKs, please refer to the following links