Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 883 Bytes

README.rst

File metadata and controls

30 lines (19 loc) · 883 Bytes

intelmq-api

Build Status

intelmq-api is a hug based API for the intelmq project.

Extensive documentation regarding the installation, configuration and usage of the intelmq-api can be found in the intelmq documentation.

Type checking

Except for the parts that directly deal with hug, the code can be typechecked with mypy. To run the type checker, start with the module serve:

mypy intelmq_manager/serve.py