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.
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
.
IRIS Client is now part of PyPI. You can simply install it with :
pip3 install dfir-iris-client
To build a wheel from the sources:
pip3 install wheel
python setup.py bdist_wheel
pip3 install dist/XXX.whl
Some examples are available here.
The documentation is available in the IRIS documentation.