https://github.com/gretelai/gretel-python-client
The Gretel Python Client allows you to interact with the Gretel REST API.
https://github.com/gretelai/gretel-python-client
datascience machine-learning privacy privacy-enhancing-technologies stream-processing synthetic-data
Last synced: 6 months ago
JSON representation
The Gretel Python Client allows you to interact with the Gretel REST API.
- Host: GitHub
- URL: https://github.com/gretelai/gretel-python-client
- Owner: gretelai
- License: apache-2.0
- Created: 2020-05-29T11:41:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T01:11:51.000Z (11 months ago)
- Last Synced: 2024-11-06T09:17:01.462Z (11 months ago)
- Topics: datascience, machine-learning, privacy, privacy-enhancing-technologies, stream-processing, synthetic-data
- Language: Python
- Homepage: https://gretel.ai
- Size: 30.5 MB
- Stars: 53
- Watchers: 21
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gretel Python Client
![]()
CLI and Python SDKs for interacting with Gretel's privacy engineering APIs.[](https://github.com/gretelai/gretel-python-client/actions/workflows/tests.yml)
[](https://gretel-client.readthedocs.io/en/stable/?badge=stable?badge=stable)[](https://github.com/gretelai/gretel-python-client/blob/main/LICENSE)
[](https://badge.fury.io/py/gretel-client)
[](https://github.com/gretelai/gretel-python-client)
[](https://pepy.tech/project/gretel-client)[](https://gretel.ai/discord)
[](https://github.com/gretelai/gretel-python-client)## 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.11 or greater. Docker is required for local training and generation jobs.
For more information please refer to the [Gretel Environment Setup](https://docs.gretel.ai/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
- [Projects SDK Reference](https://python.docs.gretel.ai/en/latest/projects/index.html)