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 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
File details
Details for the file nominal-0.0.0.tar.gz.
File metadata
- Download URL: nominal-0.0.0.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74d21f69e194cac260df19d1b73d0cbdb3718d3b6a2fe11507310d5a031f3fa1
|
|
| MD5 |
c07d8a3ca1ec46887d5f3efa03646b83
|
|
| BLAKE2b-256 |
671d0c0eb794921960c23c9af597960a4fb61cbb63ca5e7e9b3096554e8a049a
|
File details
Details for the file nominal-0.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: nominal-0.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04799d10e235182e568b599d61c816a18b263dfd61ea827bcc7f8137cefbf5ae
|
|
| MD5 |
09e790243c8fd18178753a176c5e003f
|
|
| BLAKE2b-256 |
9d98c24e4f8fa2143a1c8712f8701e643f7dbf0930fe65232e3c6971b9d6d940
|