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
Release history Release notifications | RSS feed
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.31.tar.gz
(8.4 kB
view hashes)
Built Distribution
Close
Hashes for digital_cortex-0.0.31-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73fbf8c60621b71f04ffcc27dc6183e9eef22f5b56c0d970c3f6538bf7009252 |
|
MD5 | e15b604dc6576b8525b67d525112e1eb |
|
BLAKE2b-256 | 3fe0bdf135c2e2fb93db2f83b6baf25bf3eecfeaac945f533df60b2b2f9e7777 |