Metadata-Version: 2.4
Name: nominal
Version: 1.42.0
Summary: Automate Nominal workflows in Python
Project-URL: Homepage, https://nominal.io
Project-URL: Documentation, https://docs.nominal.io
Project-URL: Repository, https://github.com/nominal-io/nominal-client
Author-email: Alexander Reynolds <alex.reynolds@nominal.io>, Alexander Hill <alex.hill@nominal.io>, JP <jack@nominal.io>, Michael Bauer <michael@nominal.io>, Drake Eidukas <drake@nominal.io>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <4,>=3.9
Requires-Dist: click<9,>=8
Requires-Dist: conjure-python-client<3,>=2.8.0
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: nominal-api==0.584.3
Requires-Dist: nptdms<2,>=1.9.0
Requires-Dist: pandas>=0.0.0
Requires-Dist: polars>=0.0.0
Requires-Dist: python-dateutil>=0.0.0
Requires-Dist: pyyaml>=0.0.0
Requires-Dist: requests>=0.0.0
Requires-Dist: tabulate<0.10,>=0.9.0
Requires-Dist: typing-extensions<5,>=4
Provides-Extra: hdf5
Requires-Dist: h5py>=3.0; extra == 'hdf5'
Requires-Dist: tables>=3.7; extra == 'hdf5'
Provides-Extra: protos
Requires-Dist: nominal-api-protos>=0.549.0; extra == 'protos'
Description-Content-Type: text/markdown

# ⬖ `nominal`

Nominal Python SDK for test data, storage, and compute.

### 📖 Docs
View on [docs.nominal.io](https://docs.nominal.io/).

### 📦 Install
```sh
pip install nominal
```

### 💻 Usage

```py
import nominal as nm
```

See examples in the [documentation](https://docs.nominal.io/python/quickstart).
