Will the project be open to implementing MISP modules as an installable Python package and publishing releases on PyPI? It would be fantastic to simply pip install misp-modules or similar, and for the script at bin/misp-modules.py to be migrated to a setuptools entry-point.
This would significantly ease deployment and aid use cases like installing into a virtualenv, etc.
Will the project be open to implementing MISP modules as an installable Python package and publishing releases on PyPI? It would be fantastic to simply
pip install misp-modules
or similar, and for the script at bin/misp-modules.py to be migrated to a setuptools entry-point.This would significantly ease deployment and aid use cases like installing into a virtualenv, etc.