This package browser is in early development. Mind the rough edges.

python-exodriver

USB driver for LabJack data acquisition instruments

This package provides liblabjackusb, a USB library for low-level communication with the U3, U6, UE9, Digit, T4 and T7 LabJack data acquisition instruments. A udev rule is also included to allow unprivileged users to communicate with the instruments via USB.

Installation

Install the latest version of python-exodriver as follows:

guix install python-exodriver

Or install a particular version:

guix install python-exodriver@2.6.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-exodriver about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-exodriver'><img src='https://packages.guix.gnu.org/packages/python-exodriver/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-exodriver/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-exodriver)

Example Org:

[[https://packages.guix.gnu.org/packages/python-exodriver][https://packages.guix.gnu.org/packages/python-exodriver/badges/latest-version.svg]]