Automate Nominal workflows in Python
Project description
⬖ Nominal
Python client for Nominal test data, storage, & compute
🚧 WIP - API and syntax subject to change
Install (TODO)
pip install nominal
Usage
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.0.tar.gz
(19.3 kB
view hashes)
Built Distribution
Close
Hashes for nominal-0.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04799d10e235182e568b599d61c816a18b263dfd61ea827bcc7f8137cefbf5ae |
|
MD5 | 09e790243c8fd18178753a176c5e003f |
|
BLAKE2b-256 | 9d98c24e4f8fa2143a1c8712f8701e643f7dbf0930fe65232e3c6971b9d6d940 |