Skip to content

nccgroup/opinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opinel

https://travis-ci.org/nccgroup/opinel.svg?branch=master https://coveralls.io/repos/github/nccgroup/opinel/badge.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