Skip to content

A collection of types and models used by Infection Monkey

License

Notifications You must be signed in to change notification settings

guardicode/monkeytypes

Repository files navigation

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

About

A collection of types and models used by Infection Monkey

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages