Skip to main content

Python client for the Dyff AI auditing platform.

Project description

Dyff client

pipeline status coverage report Latest Release

Python client for the Dyff AI auditing platform.

Getting started

Installation

The Dyff client requires Python 3.8+ and can be installed using pip:

python3 -m pip install dyff

Setup

from dyff.client import Client

client = Client(api_key="XXXXXX")

The API key must be provisioned by a Dyff administrator.

Usage

dataset = client.datasets.create_arrow_dataset(
    "/my/data", account="XXX", name="mydata"
)

For more examples, see the client examples.

For the full API, see the client API reference.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dyff-0.12.0.tar.gz (1.0 MB view hashes)

Uploaded Source

Built Distribution

dyff-0.12.0-py3-none-any.whl (117.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page