Automate Nominal workflows in Python
Project description
⬖ Nominal
Python client for Nominal test data, storage, & compute
🚧 WIP - API and syntax subject to change
Install
pip3 install nominal
Usage
Set your API key
Retrieve your API key from /sandbox on your Nominal tenant
import nominal as nm
nm.set_token(...)
Upload a Dataset (3 lines)
from nominal import Ingest
dataset = Ingest().read_csv('../data/penguins.csv')
dataset.upload()
Upload a Run (3 lines)
from nominal import Run
r = Run(path='../data/penguins.csv')
run.upload()
Apply a Check to a Run
TODO
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
nominal-0.0.2.tar.gz
(8.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nominal-0.0.2-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file nominal-0.0.2.tar.gz.
File metadata
- Download URL: nominal-0.0.2.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c86b3b457a9f4cdf4058e25c71489dcae7c58b8f148aef8d394febcb47696f00
|
|
| MD5 |
032f162c996cb2bf1c0480c4ef3f5d36
|
|
| BLAKE2b-256 |
107e0470626f7ddfce76b472397cceb0e4ac53ec634603ff5ebcda4a8a321097
|
File details
Details for the file nominal-0.0.2-py3-none-any.whl.
File metadata
- Download URL: nominal-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8f51a2b1926908c32a42c3748244a508b5027d18ee837f0b84af726bb39ac80
|
|
| MD5 |
b94fa4c69eebcdc6a3ad5c1dbb6609d9
|
|
| BLAKE2b-256 |
1b206d497972ec60f0f248312b021a4961d555d649997b93a55d64da52f8fea4
|