/gretel-python-client

The Gretel Python Client allows you to interact with the Gretel REST API.

Primary LanguagePythonApache License 2.0Apache-2.0

Gretel Python Client

Gobs the Gretel.ai cat CLI and Python SDKs for interacting with Gretel's privacy engineering APIs.

Run Test Suite Documentation Status GitHub PyPI Python Downloads GitHub stars Discord

Getting Started

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

System Requirements

The Gretel CLI and python SDKs require Python version 3.7 or greater. Docker is required for local training and generation jobs.

For more information please refer to the Gretel Environment Setup docs.

Client SDKs

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