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.83 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-DMM Python API Status
------------------------
+-------------------------------+----------------------+
| NI-DMM (nidmm) | |
+===============================+======================+
| Driver Version Tested Against | 2023 Q4 |
+-------------------------------+----------------------+
| PyPI Version | |nidmmLatestVersion| |
+-------------------------------+----------------------+
| Supported Python Version | |nidmmPythonVersion| |
+-------------------------------+----------------------+
| Documentation | |nidmmDocs| |
+-------------------------------+----------------------+
| Open Issues | |nidmmOpenIssues| |
+-------------------------------+----------------------+
| Open Pull Requests | |nidmmOpenPRs| |
+-------------------------------+----------------------+
.. |nidmmLatestVersion| image:: http://img.shields.io/pypi/v/nidmm.svg
:alt: Latest NI-DMM Version
:target: http://pypi.python.org/pypi/nidmm
.. |nidmmPythonVersion| image:: http://img.shields.io/pypi/pyversions/nidmm.svg
:alt: NI-DMM supported Python versions
:target: http://pypi.python.org/pypi/nidmm
.. |nidmmDocs| image:: https://readthedocs.org/projects/nidmm/badge/?version=latest
:alt: NI-DMM Python API Documentation Status
:target: https://nidmm.readthedocs.io/en/latest
.. |nidmmOpenIssues| image:: https://img.shields.io/github/issues/ni/nimi-python/nidmm.svg
:alt: Open Issues + Pull Requests for NI-DMM
:target: https://github.com/ni/nimi-python/issues?q=is%3Aopen+is%3Aissue+label%3Anidmm
.. |nidmmOpenPRs| image:: https://img.shields.io/github/issues-pr/ni/nimi-python/nidmm.svg
:alt: Pull Requests for NI-DMM
:target: https://github.com/ni/nimi-python/pulls?q=is%3Aopen+is%3Aissue+label%3Anidmm