Metadata-Version: 2.1
Name: pymispwarninglists
Version: 1.4
Summary: Python API for the MISP warning lists.
Home-page: https://github.com/MISP/PyMISPWarningLists/
License: BSD-3-Clause
Author: Raphaël Vinot
Author-email: raphael.vinot@circl.lu
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: Security
Provides-Extra: fetch_lists
Requires-Dist: requests (>=2.27.1,<3.0.0); extra == "fetch_lists"
Project-URL: Repository, https://github.com/MISP/PyMISPWarningLists/
Description-Content-Type: text/markdown

# PyMISPWarningLists

[![Build Status](https://travis-ci.org/MISP/PyMISPWarningLists.svg?branch=master)](https://travis-ci.org/MISP/PyMISPWarningLists)
[![codecov.io](https://codecov.io/github/MISP/PyMISPWarningLists/coverage.svg?branch=master)](https://codecov.io/github/MISP/PyMISPWarningLists?branch=master)

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.


