hydrabus / pyHydrabus

HydraFW Python bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyHydrabus

A python (3.6+) module that can be used to control the HydraFW from a Python script.

Installing

From source

Clone this repository, then run the following command :

$ python setup.py install --user

From Pypi

pyHydrabus is also available on Pypi

$ pip install pyHydrabus

Usage

ReadTheDocs

The documentation is available online.

Sphinx

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

About

HydraFW Python bindings

License:Apache License 2.0


Languages

Language:Python 100.0%