guardicode / monkeytypes

A collection of types and models used by Infection Monkey
GNU General Public License v3.0
1 stars 1 forks source link

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