Metadata-Version: 2.1
Name: ni-measurementlink-generator
Version: 0.12.2
Summary: MeasurementLink Code Generator for Python
Home-page: https://github.com/ni/measurementlink-python/
License: MIT
Author: NI
Author-email: opensource@ni.com
Requires-Python: >=3.8,<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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Hardware
Requires-Dist: Mako (>=1.2.1,<2.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Project-URL: Repository, https://github.com/ni/measurementlink-python/
Description-Content-Type: text/markdown

# MeasurementLink™ Code Generator for Python

---

## Introduction

MeasurementLink Code Generator for Python (`ni-measurementlink-generator`) is a tool for generating measurement plugins.

For installation and usage, see [MeasurementLink Support for Python (`ni-measurementlink-service`)](https://pypi.org/project/ni-measurementlink-service/).

---

## Dependencies

- Python >= 3.8 [(3.9 recommended)](https://www.python.org/downloads/release/python-3913/)
- [mako >= 1.2.1, < 2.x](https://pypi.org/project/Mako/1.2.1/)
- [click >= 8.1.3, < 9.x](https://pypi.org/project/click/8.1.3/)

---
