festo-vaem is a python package which allows for driver like capabilites and usage over Festo's 8 Channel Valve controller (VAEM) device.
Documentation can be found here.
Examples can be found here and here
The lastest released version of this package can be found on the PyPi repo. Install using pip:
pip install festo-vaem
The festo-vaem source code can also be installed directly from Github. Users can then choose to package it with pip locally if they wish
pip install git+https://github.com/Festo-se/festo-vaem.git
or using uv
uv add "festo-vaem @ git+https://github.com/Festo-se/festo-vaem.git"