Metadata-Version: 2.4
Name: nominal
Version: 1.104.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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <4,>=3.10
Requires-Dist: cachetools>=6.1.0
Requires-Dist: click<9,>=8
Requires-Dist: conjure-python-client<4,>=3.1.0
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: nominal-api==0.1032.0
Requires-Dist: nominal-streaming==0.5.8; platform_python_implementation == 'CPython' and python_version >= '3.10' and ((sys_platform == 'win32' and platform_machine == 'AMD64') or (sys_platform == 'darwin' and platform_machine == 'arm64') or (sys_platform == 'linux' and (platform_machine == 'x86_64' or platform_machine == 'armv7l')))
Requires-Dist: openpyxl>=0.0.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: rich>=14.1.0
Requires-Dist: tabulate<0.10,>=0.9.0
Requires-Dist: truststore>=0.10.4
Requires-Dist: types-cachetools>=6.0.0.20250525
Requires-Dist: typing-extensions<5,>=4
Provides-Extra: protos
Requires-Dist: nominal-api-protos>=0.949.2; extra == 'protos'
Provides-Extra: tdms
Requires-Dist: nptdms<2,>=1.9.0; extra == 'tdms'
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
Please refer to usage examples in the [documentation](https://docs.nominal.io/core/sdk/python-client/quickstart).
