Skip to content

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

License

Notifications You must be signed in to change notification settings

drew/gretel-python-client

 
 

Repository files navigation

Gretel Python Client

Gobs the Gretel.ai cat An open source data transformation library and bindings to Gretel APIs

Run Test Suite Documentation Status GitHub PyPI Python Downloads GitHub stars

Documentation
Documentation Cloud API
Documentation Transformers SDK

Try it out now!

If you want to quickly discover the Gretel client and Transformer libraries, simply click the buttons below and follow the tutorials!

  • Open in Colab Blueprint example to demonstrate NLP labeling and publish/subscribe via the Gretel cloud.

  • Open in Colab Blueprint example to demonstrate deterministically replacing field values with fake entities.

Overview

The Gretel Python Client provides bindings to the Gretel REST API and a transformation sub-package that provides interfaces to manipulate data based on a variety of use cases.

The REST API bindings and transformer interfaces can be used separately or together to solve a variety of data analysis, anonymization, and other ETL use cases.

The Gretel REST API provides automated data labeling that generates a metadata record for every JSON record it receives. This combined record + metadata tuple can be fed directly into the transformer interfaces to help automate the transformation of data without needing to know what field certain data elements are in.

The transformer interfaces may be used with un-labeled data as well and operate directly on Python dictionaries if desired.

Please check out client.md or transformers.md for a quick start on these packages or check them out in our documentation.)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.6%
  • Jupyter Notebook 8.0%
  • Makefile 0.4%