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

# pyHydrabus

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

## Installing

```
$ python setup.py install --user
```

## Usage

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
```



