An open API service indexing awesome lists of open source software.

https://github.com/hydrabus/pyhydrabus

HydraFW Python bindings
https://github.com/hydrabus/pyhydrabus

1-wire i2c mmc nfc pentest python3 rawwire smartcard spi swd uart

Last synced: 6 months ago
JSON representation

HydraFW Python bindings

Awesome Lists containing this project

README

          

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