|
1 | | -=========== ==================================================== |
2 | | -Info NI SystemLink API Clients for Python |
3 | | -Author National Instruments |
4 | | -=========== ==================================================== |
5 | | - |
6 | | -About |
7 | | -===== |
8 | | -The **nisystemlink-clients** package contains an API (Application Programming |
9 | | -Interface) for `SystemLink <https://ni.com/systemlink>`_ that uses HTTP to |
10 | | -interact with a SystemLink Server. The package is implemented in Python. NI |
11 | | -created and supports this package. |
12 | | - |
13 | 1 | .. image:: https://img.shields.io/pypi/v/nisystemlink-clients.svg |
14 | 2 | :target: https://pypi.org/project/nisystemlink-clients |
15 | 3 | :alt: PyPI version |
16 | 4 |
|
| 5 | + |
17 | 6 | .. image:: https://img.shields.io/pypi/pyversions/nisystemlink-clients.svg |
18 | 7 | :target: https://pypi.org/project/nisystemlink-clients |
19 | 8 | :alt: Python versions |
20 | 9 |
|
| 10 | + |
21 | 11 | .. image:: https://img.shields.io/pypi/l/nisystemlink-clients.svg |
22 | 12 | :target: https://github.com/ni/nisystemlink-clients-python/blob/master/LICENSE |
23 | 13 | :alt: License |
24 | 14 |
|
| 15 | + |
25 | 16 | .. image:: https://img.shields.io/pypi/dm/nisystemlink-clients.svg |
26 | 17 | :target: https://pypi.org/project/nisystemlink-clients |
27 | 18 | :alt: Downloads |
28 | 19 |
|
29 | 20 |
|
| 21 | +About |
| 22 | +===== |
| 23 | +The **nisystemlink-clients** package contains an API (Application Programming |
| 24 | +Interface) for `SystemLink <https://ni.com/systemlink>`_ that uses HTTP to |
| 25 | +interact with a SystemLink Server. The package is implemented in Python. NI |
| 26 | +created and supports this package. |
| 27 | + |
| 28 | + |
| 29 | +=========== ==================================================== |
| 30 | +Info NI SystemLink API Clients for Python |
| 31 | +Author National Instruments |
| 32 | +=========== ==================================================== |
| 33 | + |
30 | 34 | Requirements |
31 | 35 | ============ |
32 | 36 | **nisystemlink-clients** has the following requirements: |
|
0 commit comments