File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # MeasurementLink™ Code Generator for Python
2+
3+ ---
4+
5+ ## Introduction
6+
7+ MeasurementLink Code Generator for Python (` ni-measurement-generator ` ) is a tool for generating measurement plugins.
8+
9+ For installation and usage, see [ MeasurementLink Support for Python (` ni-measurement-service ` )] ( https://pypi.org/project/ni-measurement-service/ ) .
10+
11+ ---
12+
13+ ## Dependencies
14+
15+ - Python >= 3.8 [ (3.9 recommended)] ( https://www.python.org/downloads/release/python-3913/ )
16+ - [ mako >= 1.2.1, < 2.x] ( https://pypi.org/project/Mako/1.2.1/ )
17+ - [ click >= 8.1.3, < 9.x] ( https://pypi.org/project/click/8.1.3/ )
18+
19+ ---
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "ni_measurement_generator"
33version = " 0.11.1"
44description = " MeasurementLink Code Generator for Python"
55authors = [" NI <opensource@ni.com>" ]
6+ readme = " README.md"
67
78[tool .poetry .dependencies ]
89python = " ^3.8"
You can’t perform that action at this time.
0 commit comments