Python library using the MISP Rest API
Go to file
Debra Jules f28c9cdf07 Add 2 download functions of suricata rules events 2015-07-29 15:07:37 +02:00
examples Make the code python3 friendly 2015-05-03 02:47:47 +02:00
pymisp Add 2 download functions of suricata rules events 2015-07-29 15:07:37 +02:00
.gitignore
LICENSE
README.md
setup.py

README.md

PyMISP is a Python library to access MISP platforms via their REST API.

Requirements

Install

python setup.py install

Example

An example to copy events between MISP instances is included in examples/

Documentation

PyMISP API documentation is available.

Documentation can be generated with epydoc:

   epydoc --url https://github.com/CIRCL/PyMISP --graph all --name PyMISP --pdf pymisp -o doc