Metadata-Version: 2.1
Name: iris-interface
Version: 1.2.0
Summary: An interface for Iris modules
Home-page: https://github.com/dfir-iris/iris-module-interface
Author: DFIR-IRIS - Airbus CyberSecurity
Author-email: contact@dfir-iris.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: LGLP 3.0 License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](./LICENSE.txt)

# IrisModuleInterface

This Python package is used by IRIS modules to interact and extend IRIS capabilities.  
It's the interface which module have to use to communicate with the platform.   
Please read IRIS [documentation](https://docs.dfir-iris.org/development/modules/) for further information. 

## License

The contents of this repository is available under [LGPL3 license](LICENSE.txt).
