Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.23 KB

README.md

File metadata and controls

49 lines (32 loc) · 2.23 KB

Gretel Python Client

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

Tests Documentation Status

License PyPI Python Downloads

Discord GitHub stars

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.9 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