Introduction
dfir_iris_client
offers a Python interface to communicate with IRIS.
It relies exclusively on the API, which means output of the methods are the same as specified in the API reference.
Installation
It can be easily with pip : pip3 install dfir_iris_client
.
The source code of the project is available here.
Versions
The Python client version follows the API versions (until the patch level). Meaning for API v1.0.1, one need to install dfir_iris_client-1.0.1
.
Examples
Examples of usage are available here.
Documentation
The documentation of the client is available on client.docs.dfir-iris.org.