Skip to content

DevJoost/iris-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python client

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.

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.

Install

IRIS Client is now part of PyPI. You can simply install it with :

pip3 install dfir-iris-client

Build

To build a wheel from the sources:

  1. pip3 install wheel
  2. python setup.py bdist_wheel
  3. pip3 install dist/XXX.whl

Examples

Some examples are available here.

Documentation

The documentation is available in the IRIS documentation.

About

Python client for DFIR-IRIS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%