Releases: ni/measurement-plugin-packager-python
Releases · ni/measurement-plugin-packager-python
Release list
V1.3.1
Measurement Plug-In Packager for Python 1.3.0
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
.nipkgfiles 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
- @Giriharan219 made their first contribution in #1
- @divakar-selvam07 made their first contribution in #10
NI Measurement Plugin Package Builder V1.3.0-dev3
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
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>