An open API service indexing awesome lists of open source software.

https://github.com/guardicode/plugintoolbox

Tools used by Infection Monkey plugins
https://github.com/guardicode/plugintoolbox

Last synced: 6 months ago
JSON representation

Tools used by Infection Monkey plugins

Awesome Lists containing this project

README

          

# plugintoolbox

This project contains a collection of convenience functions, classes, and
utilities written in Python. It is used by the `Plugins` in [Infection
Monkey](https://github.com/guardicore/monkey).

## Installation
`pip install plugintoolbox`

## Running tests
```
$> poetry install
$> poetry run pytest
```