ni.datastore


Nameni.datastore JSON
Version 0.1.0.dev4 PyPI version JSON
download
home_pageNone
SummaryAPIs for publishing and retrieving data from the NI Measurement Data Store
upload_time2025-10-28 20:28:35
maintainerJohann Scholtz
docs_urlNone
authorNI
requires_python<4.0,>=3.9
licenseMIT
keywords datastore
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ni.datastore",
    "maintainer": "Johann Scholtz",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": "johann.scholtz@emerson.com",
    "keywords": "datastore",
    "author": "NI",
    "author_email": "opensource@ni.com",
    "download_url": "https://files.pythonhosted.org/packages/20/65/18206b69dfb77152996fd1c1d885ea1792f7fdb9a02c8687f2a7e52e55e8/ni_datastore-0.1.0.dev4.tar.gz",
    "platform": null,
    "description": "# Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [About](#about)\n  - [Operating System Support](#operating-system-support)\n  - [Python Version Support](#python-version-support)\n\n# Measurement Data Store API for Python\n\n`datastore-python` contains Python code for writing to and reading from\nthe [NI Measurement Data Store](https://github.com/ni/datastore-service).\nIt will include examples of how to use the Python API.\n\n# About\n\n`ni.datastore` is the main Python package in this repo that\nprovides APIs for publishing and retrieving data from the NI\nMeasurement Data Store\n\nNI created and supports this package.\n\n## Operating System Support\n\n`ni.datastore` supports Windows and Linux operating systems.\n\n## Python Version Support\n\n`ni.datastore` supports CPython 3.9+.\n\n## Installation\n\nYou can directly install the `ni.datastore` package using `pip` or by listing it as a\ndependency in your project's `pyproject.toml` file.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "APIs for publishing and retrieving data from the NI Measurement Data Store",
    "version": "0.1.0.dev4",
    "project_urls": null,
    "split_keywords": [
        "datastore"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1463ee50be1cb3ff41433faba4852129d22b628b9a9ab2f0f29fcd6afa39e219",
                "md5": "72ce44d4c1a6bcda2af06a2f42f11ac4",
                "sha256": "3beda7e8267f765ae973411f39d7b51d7a9b8111b16c23e7848e5849912741ed"
            },
            "downloads": -1,
            "filename": "ni_datastore-0.1.0.dev4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "72ce44d4c1a6bcda2af06a2f42f11ac4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 32858,
            "upload_time": "2025-10-28T20:28:33",
            "upload_time_iso_8601": "2025-10-28T20:28:33.961107Z",
            "url": "https://files.pythonhosted.org/packages/14/63/ee50be1cb3ff41433faba4852129d22b628b9a9ab2f0f29fcd6afa39e219/ni_datastore-0.1.0.dev4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "206518206b69dfb77152996fd1c1d885ea1792f7fdb9a02c8687f2a7e52e55e8",
                "md5": "4ff20a87a9d010d4a81637e56610a1e4",
                "sha256": "212978e79050a0eaee1f24f5308ec952ffc41354b93889b3095615182aa6af33"
            },
            "downloads": -1,
            "filename": "ni_datastore-0.1.0.dev4.tar.gz",
            "has_sig": false,
            "md5_digest": "4ff20a87a9d010d4a81637e56610a1e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 18478,
            "upload_time": "2025-10-28T20:28:35",
            "upload_time_iso_8601": "2025-10-28T20:28:35.335180Z",
            "url": "https://files.pythonhosted.org/packages/20/65/18206b69dfb77152996fd1c1d885ea1792f7fdb9a02c8687f2a7e52e55e8/ni_datastore-0.1.0.dev4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-28 20:28:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ni.datastore"
}
        
NI
Elapsed time: 1.44598s