Metadata-Version: 2.3
Name: ni.measurements.data.v1.client
Version: 0.2.0.dev0
Summary: gRPC Client for NI Data Store Service
License: MIT
Keywords: data-store,client
Author: NI
Author-email: opensource@ni.com
Maintainer: Joe Friedrichsen
Maintainer-email: joe.friedrichsen@emerson.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
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
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: ni-measurementlink-discovery-v1-client (>=0.1.0.dev0)
Requires-Dist: ni-measurements-data-v1-proto (>=0.1.0.dev4)
Project-URL: Repository, https://github.com/ni/ni-apis-python
Description-Content-Type: text/markdown

# Table of Contents

- [Table of Contents](#table-of-contents)
- [About](#about)
  - [Operating System Support](#operating-system-support)
  - [Python Version Support](#python-version-support)

# About

`ni.measurements.data.v1.client` is a Python package that provides a gRPC client for the
NI Data Store Service, version 1. The corresponding service is defined in the
[ni.measurements.data.v1 package](https://github.com/ni/ni-apis/tree/main/ni/measurements/data/v1).

NI created and supports this package.

## Operating System Support

`ni.measurements.data.v1.client` supports Windows operating systems.

## Python Version Support

`ni.measurements.data.v1.client` supports CPython 3.10+.

## Installation

You can directly install the `ni.measurements.data.v1.client` package using `pip` or by listing it as a
dependency in your project's `pyproject.toml` file.
