/opinel

Python code shared by Scout2 and AWS-Recipes

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

opinel

https://travis-ci.org/nccgroup/opinel.svg?branch=master

Introduction

opinel is the Python package used by Scout2 and AWS-Recipes.

Installation

Install via pip:

$ pip install opinel

Install from source:

$ git clone https://github.com/nccgroup/opinel
$ cd opinel
$ python setup.py install