Skip to content

Releases: ni/measurement-plugin-packager-python

V1.3.1

Choose a tag to compare

@Giriharan219 Giriharan219 released this 15 Sep 05:02
76d60bd

Purpose

  • Updated the sub-dependency NI Systemlink Feeds Manager to resolve the issue with uplink module.
  • The Systemlink feeds manager upgraded to V1.0.0.dev2

Measurement Plug-In Packager for Python 1.3.0

Choose a tag to compare

@divakar-selvam07 divakar-selvam07 released this 27 Nov 13:04
5194f8a

The Python Measurement Plug-In Packager is a CLI tool that streamlines the process of packaging Python measurement plug-ins and publishing them to SystemLink feeds.

Features

  • Builds .nipkg files for single or multiple measurement plug-ins
  • Publishes the generated packages to SystemLink feeds.

Key Changes

  • Renamed the CLI options.
  • Renamed the command to ni-measurement-plugin-packager.
  • Removed the interactive mode.

New Contributors

NI Measurement Plugin Package Builder V1.3.0-dev3

Choose a tag to compare

@Giriharan219 Giriharan219 released this 23 Jul 12:27
dd79525

Features

  • Integration with NI SystemLink Feeds Manager for uploading measurement packages.

Dependencies

Installation

  • Run the below command to install the whl file,
    pip install <path_to_ni_measurement_plugin_package_builder-X_X_X-py3-none-any.whl>

NI Measurement Plugin Package Builder V1.2.0-dev2

Choose a tag to compare

@Giriharan219 Giriharan219 released this 24 Jun 10:49
7d07142

NI Measurement Plugin Package builder enables user to build Python Measurement plugins as NI package file.

Features

  • Interactive and non-interactive mode for building single or multiple measurement plugins.

Dependencies

Installation

  • Run the below command to install the whl file,
    pip install <path_to_ni_measurement_plugin_package_builder-X_X_X-py3-none-any.whl>