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
- Host: GitHub
- URL: https://github.com/hydrabus/pyhydrabus
- Owner: hydrabus
- License: apache-2.0
- Created: 2020-04-01T18:32:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T06:20:07.000Z (about 1 year ago)
- Last Synced: 2024-09-21T13:49:52.006Z (about 1 year ago)
- Topics: 1-wire, i2c, mmc, nfc, pentest, python3, rawwire, smartcard, spi, swd, uart
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 12
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```