2017-10-29 01:40:41 +02:00
|
|
|
# PyMISPWarningLists
|
|
|
|
|
|
|
|
[![Build Status](https://travis-ci.org/MISP/PyMISPWarningLists.svg?branch=master)](https://travis-ci.org/MISP/PyMISPWarningLists)
|
2017-10-31 23:12:49 +01:00
|
|
|
[![codecov.io](https://codecov.io/github/MISP/PyMISPWarningLists/coverage.svg?branch=master)](https://codecov.io/github/MISP/PyMISPWarningLists?branch=master)
|
2017-10-29 01:40:41 +02:00
|
|
|
|
|
|
|
Pythonic way to work with the warning lists defined there: https://github.com/MISP/misp-warninglists
|
|
|
|
|
2020-04-07 14:41:14 +02:00
|
|
|
# Installation
|
|
|
|
|
|
|
|
`pip install pymispwarninglists`
|
|
|
|
|
2017-10-29 01:40:41 +02:00
|
|
|
# Usage
|
|
|
|
|
|
|
|
Warning lists are represented as immutable Python dictionaries.
|
|
|
|
|