MISP / misp-modules

Modules for expansion services, enrichment, import and export in MISP and other tools.
http://misp.github.io/misp-modules
GNU Affero General Public License v3.0
345 stars 234 forks source link

Easing deployment: implement as installable application #27

Closed dspruell closed 8 years ago

dspruell commented 8 years ago

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.

Rafiot commented 8 years ago

Good point, I'll try to do that :)

Rafiot commented 8 years ago

(note that it isn't a pip package right now, I'll upload it on pip in the next days, but if you already want to try the installer, that would be cool)