Metadata-Version: 2.1
Name: octowire-lib
Version: 1.0.2
Summary: Octowire library
Home-page: https://github.com/immunIT/octowire-lib/
Author: Jordan Ovrè, Paul Duncan
License: Apache 2.0
Download-URL: https://github.com/immunIT/octowire-lib/archive/1.0.2.tar.gz
Keywords: octowire,library,hardware,security,pentest
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pyserial (<4,>=3.4)
Requires-Dist: beautifultable (>=0.8.0colorama) ; platform_system == "Windows"

[![Python 3.7+](https://img.shields.io/badge/python-v3.7+-blue.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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](https://github.com/immunIT/octowire-lib/wiki)

## Installing

```
# From this repository
$ python setup.py install

# From PyPi
$ pip install octowire-lib
```


