Go to file
Raphaël Vinot 6fec7815de chg: Bump deps 2022-03-24 14:55:14 +01:00
.github/workflows chg: add python 3.10 in tests 2022-03-17 12:42:33 +01:00
pymispwarninglists chg: make mypy happy 2022-03-17 12:42:16 +01:00
tests new: store warning list in homedir if possible 2022-03-11 17:09:25 +01:00
.gitignore Initial commit 2017-10-28 19:42:57 -04:00
.gitmodules Initial commit 2017-10-28 19:42:57 -04:00
LICENSE Add LICENSE 2018-02-16 10:44:05 +01:00
README.md chg: Move to poetry 2020-04-07 14:41:14 +02:00
example_domaincheck.py Example script for domain check 2019-10-23 20:42:47 +02:00
mypy.ini chg: Bump deps 2022-01-13 11:22:42 +01:00
poetry.lock chg: Bump deps 2022-03-24 14:55:14 +01:00
pyproject.toml chg: Bump deps 2022-03-17 12:32:10 +01:00
setup.py chg: Bump version 2022-01-13 11:27:31 +01:00

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.