Metadata-Version: 2.1
Name: monkeyevents
Version: 0.2.0
Summary: Infection Monkey Agent events and events-related code
Home-page: https://github.com/guardicode/monkeyevents
License: GPLv3
Author: Shreya Malviya
Author-email: shreya.malviya@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: monkey-types
Requires-Dist: pydantic[email] (>=2.4.2,<3.0.0)
Project-URL: Repository, https://github.com/guardicode/monkeyevents
Description-Content-Type: text/markdown

# monkeyevents

This project contains a collection of events that can be generated by the
Infection Monkey Agent an its plugins.

## Installation
`pip install monkeyevents`

## Running tests
```
$> poetry install
$> poetry run pytest
```

