/monkeytypes

A collection of types and models used by Infection Monkey

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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