forked from ni/nimi-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus.inc
46 lines (32 loc) · 1.97 KB
/
status.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
NI-ModInst Python API Status
----------------------------
+-------------------------------+--------------------------+
| NI-ModInst (nimodinst) | |
+===============================+==========================+
| Driver Version Tested Against | 2024 Q2 |
+-------------------------------+--------------------------+
| PyPI Version | |nimodinstLatestVersion| |
+-------------------------------+--------------------------+
| Supported Python Version | |nimodinstPythonVersion| |
+-------------------------------+--------------------------+
| Documentation | |nimodinstDocs| |
+-------------------------------+--------------------------+
| Open Issues | |nimodinstOpenIssues| |
+-------------------------------+--------------------------+
| Open Pull Requests | |nimodinstOpenPRs| |
+-------------------------------+--------------------------+
.. |nimodinstLatestVersion| image:: http://img.shields.io/pypi/v/nimodinst.svg
:alt: Latest NI-ModInst Version
:target: http://pypi.python.org/pypi/nimodinst
.. |nimodinstPythonVersion| image:: http://img.shields.io/pypi/pyversions/nimodinst.svg
:alt: NI-ModInst supported Python versions
:target: http://pypi.python.org/pypi/nimodinst
.. |nimodinstDocs| image:: https://readthedocs.org/projects/nimodinst/badge/?version=latest
:alt: NI-ModInst Python API Documentation Status
:target: https://nimodinst.readthedocs.io/en/latest
.. |nimodinstOpenIssues| image:: https://img.shields.io/github/issues/ni/nimi-python/nimodinst.svg
:alt: Open Issues + Pull Requests for NI-ModInst
:target: https://github.com/ni/nimi-python/issues?q=is%3Aopen+is%3Aissue+label%3Animodinst
.. |nimodinstOpenPRs| image:: https://img.shields.io/github/issues-pr/ni/nimi-python/nimodinst.svg
:alt: Pull Requests for NI-ModInst
:target: https://github.com/ni/nimi-python/pulls?q=is%3Aopen+is%3Aissue+label%3Animodinst