Go to file
Raphaël Vinot 21004dc888 fix: Make mypy happy, few syntax changes 2023-06-26 15:56:51 +02:00
.github/workflows
pymispwarninglists fix: Make mypy happy, few syntax changes 2023-06-26 15:56:51 +02:00
tests fix: Make mypy happy, few syntax changes 2023-06-26 15:56:51 +02:00
.gitignore
.gitmodules
LICENSE
README.md
example_domaincheck.py
mypy.ini
poetry.lock
pyproject.toml
setup.py

README.md

PyMISPWarningLists

Build Status codecov.io

Pythonic way to work with the warning lists defined there: https://github.com/MISP/misp-warninglists

Installation

pip install pymispwarninglists

Usage

Warning lists are represented as immutable Python dictionaries.