Metadata-Version: 2.3
Name: ni.measurements.data.v1.proto
Version: 0.1.0.dev6
Summary: Protobuf data types and service stubs for NI data store gRPC APIs
License: MIT
Keywords: ni-apis,data-store,proto
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: Operating System :: POSIX
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-datamonikers-v1-proto (>=0.1.0.dev0)
Requires-Dist: ni-measurements-metadata-v1-proto (>=0.1.0.dev5)
Requires-Dist: ni-protobuf-types (>=0.1.0.dev3)
Requires-Dist: protobuf (>=4.21)
Project-URL: Documentation, https://nimeasurementsdatav1proto.readthedocs.io/en/latest/
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.proto` is a Python package that provides data types and service stubs for NI gRPC APIs 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.proto` supports Windows and Linux operating systems.

## Python Version Support

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

## Installation

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