NI-SystemLink Python API
Project description
About
The nisystemlink-clients package contains an API (Application Programming Interface) for SystemLink that uses HTTP to interact with a SystemLink Server. The package is implemented in Python. NI created and supports this package.
Info |
NI SystemLink API Clients for Python |
Author |
National Instruments |
Requirements
nisystemlink-clients has the following requirements:
Access to a SystemLink Server or SystemLink Enterprise installation
CPython 3.10+
Installation
To install nisystemlink-clients, use one of the following methods:
pip:
$ python -m pip install nisystemlink-clients
easy_install from setuptools:
$ python -m easy_install nisystemlink-clients
Optional Arrow (pyarrow) Support
The base install does not pull in pyarrow. Arrow RecordBatch ingestion via DataFrameClient.append_table_data is available starting in nisystemlink-clients version 2.19.0. Install that version (or newer) with the optional extra:
$ python -m pip install “nisystemlink-clients[pyarrow]>=2.19.0”
If you already have an older version installed, upgrade with:
$ python -m pip install –upgrade “nisystemlink-clients[pyarrow]>=2.19.0”
Without the extra (or when using a package version earlier than 2.19.0), Arrow-specific code paths will raise a RuntimeError when attempting to append pyarrow.RecordBatch instances.
Usage
Refer to the documentation for detailed information on how to use nisystemlink-clients.
Support / Feedback
The nisystemlink-clients package is supported by NI. For support for nisystemlink-clients, open a request through the NI support portal at ni.com.
Bugs / Feature Requests
To report a bug or submit a feature request, please use the GitHub issues page.
Documentation
To view the documentation, visit the nisystemlink.clients Documentation Page.
Changelog
To view the changelog, visit the GitHub repository CHANGELOG.
License
nisystemlink-clients is licensed under an MIT-style license (see LICENSE). Other incorporated projects may be licensed under different licenses. All licenses allow for non-commercial and commercial use.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nisystemlink_clients-2.31.0.tar.gz.
File metadata
- Download URL: nisystemlink_clients-2.31.0.tar.gz
- Upload date:
- Size: 132.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.12.1.2 readme-renderer/44.0 requests/2.32.5 requests-toolbelt/1.0.0 urllib3/2.6.3 tqdm/4.67.2 importlib-metadata/8.7.1 keyring/25.7.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0a5193170c3d2d79c80c21749d7f5e39b0c573aacaf401ef6cedd0bc27c4ad5
|
|
| MD5 |
eca3aac1b3c7aafd15b3fb4f19471e4d
|
|
| BLAKE2b-256 |
c9cb497e9c720042fb1d72988c733762a98d6f9f0facef3990db0f783d2a6b63
|
File details
Details for the file nisystemlink_clients-2.31.0-py3-none-any.whl.
File metadata
- Download URL: nisystemlink_clients-2.31.0-py3-none-any.whl
- Upload date:
- Size: 258.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.12.1.2 readme-renderer/44.0 requests/2.32.5 requests-toolbelt/1.0.0 urllib3/2.6.3 tqdm/4.67.2 importlib-metadata/8.7.1 keyring/25.7.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58888793a23b7bd99b3093da183f490ca09ae1fd71f7ed87aeac386bd474145e
|
|
| MD5 |
9754b233219967468e186cff3ab859c6
|
|
| BLAKE2b-256 |
3ae162a4cda2f09da7c40b0df42f80e05dbf7557404ce39df687dd2b687b2f69
|