Skip to main content

Python Client for Digital Cortex

Project description

digital-cortex

Python Client package for Digital Cortex

# https://packaging.python.org/en/latest/tutorials/packaging-projects/

Aug-22-2023

How to use:

pip install digital-cortex

import digital_cortex as dc

token = "get token from your digital-cortex account"

client = dc.client(token)

response = client.execute_function(......)
all_models_of_users = client.get_all_user_models()
dataset_details = client.get_particuler_dateset(dataset_id="data_set_id")

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

digital_cortex-0.0.28.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

digital_cortex-0.0.28-py3-none-any.whl (13.1 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