Python library using the MISP Rest API
Go to file
Alexandre Dulaunoy 389f88ce8b Merge pull request #11 from iglocska/xml_json_fix
Fix to an issue with using XML as input for add_event() and update_ev…
2015-07-30 15:37:51 +02:00
examples Fix to an issue with using XML as input for add_event() and update_event() 2015-07-30 15:26:05 +02:00
pymisp Fix to an issue with using XML as input for add_event() and update_event() 2015-07-30 15:26:05 +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