A python (3.6+) module that can be used to control the HydraFW from a Python script.
Clone this repository, then run the following command :
$ python setup.py install --user
pyHydrabus is also available on Pypi
$ pip install pyHydrabus
The documentation is available online.
The library is self-documented using docstrings. The API documentation is also available using Sphinx.
Get into the docs/
folder, then build the documentation using the following command :
$ make html