Metadata-Version: 2.1
Name: pyHydrabus
Version: 0.2.8
Summary: Hydrabus BBIO python bindings
Home-page: https://github.com/hydrabus/pyhydrabus
Author: Baldanos
Author-email: balda@balda.ch
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial

# pyHydrabus

A python (3.6+) module that can be used to control the [HydraFW](https://github.com/hydrabus/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](https://pypi.org/project/pyHydrabus/)

```
$ pip install pyHydrabus
```

## Usage

### ReadTheDocs

The documentation is available [online](https://pyhydrabus.readthedocs.io/en/latest/).

### Sphinx

The library is self-documented using docstrings.
The API documentation is also available using [Sphinx](http://www.sphinx-doc.org).


Get into the `docs/` folder, then build the documentation using the following command :

```
$ make html
```

