monkey-types

A collection of types and models used by Infection Monkey


License
GPL-3.0
Install
pip install monkey-types==1.0.0

Documentation

monkeytypes

This project contains a collection of types and models used by Infection Monkey-related projects.

Installation

pip install monkey-types

Usage

from monkeytypes import InfectionMonkeyBaseModel

class MyModel(InfectionMonkeyBaseModel):
    ...

Running tests

$> poetry install
$> poetry run pytest