Python library using the MISP Rest API
Go to file
Alexandre Dulaunoy 1723d3a90e Merge pull request #12 from iglocska/xml_json_fix
API made a bit more flexible with input data
2015-07-30 15:59:17 +02:00
examples API made a bit more flexible with input data 2015-07-30 15:53:34 +02:00
pymisp API made a bit more flexible with input data 2015-07-30 15:53:34 +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