Metadata-Version: 2.3
Name: ni.datastore
Version: 0.1.0.dev2
Summary: APIs for publishing and retrieving data from the NI Measurement Data Store
License: MIT
Keywords: datastore
Author: NI
Author-email: opensource@ni.com
Maintainer: Johann Scholtz
Maintainer-email: johann.scholtz@emerson.com
Requires-Python: >=3.9,<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.9
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 :: Implementation :: CPython
Requires-Dist: hightime (>=0.3.0.dev0)
Requires-Dist: ni-datamonikers-v1-client (>=0.1.0.dev0)
Requires-Dist: ni-measurements-data-v1-client (>=0.1.0.dev0)
Requires-Dist: ni-measurements-metadata-v1-client (>=0.1.0.dev0)
Requires-Dist: ni-protobuf-types (>=0.1.0.dev3)
Requires-Dist: protobuf (>=4.21)
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)

# Measurement Data Store API for Python

`datastore-python` contains Python code for writing to and reading from
the [NI Measurement Data Store](https://github.com/ni/datastore-service).
It will include examples of how to use the Python API.

# About

`ni.datastore` is the main Python package in this repo that
provides APIs for publishing and retrieving data from the NI
Measurement Data Store

NI created and supports this package.

## Operating System Support

`ni.datastore` supports Windows and Linux operating systems.

## Python Version Support

`ni.datastore` supports CPython 3.9+.

## Installation

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

