Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 580 Bytes

Python 3.7+ License

Octowire library

A Python module which can be used to interface the Octowire from a script.

This library implements the Octowire binary protocol.

The full documentation can be found here: Octowire library documentation

Installing

# From this repository
$ python setup.py install

# From PyPi
$ pip install octowire-lib