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
- Host: GitHub
- URL: https://github.com/guardicode/plugintoolbox
- Owner: guardicode
- License: gpl-3.0
- Created: 2024-03-07T12:59:43.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-15T13:24:47.000Z (about 2 years ago)
- Last Synced: 2025-10-27T06:48:35.842Z (8 months ago)
- Language: Python
- Size: 386 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```