pyHydrabus

Hydrabus BBIO python bindings


Keywords
1-wire, i2c, mmc, nfc, pentest, python3, rawwire, smartcard, spi, swd, uart
License
Apache-2.0
Install
pip install pyHydrabus==0.2.1

Documentation

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