Python library using the MISP Rest API
Go to file
Alexandre Dulaunoy 6cab1800bb Documentation reference added 2014-10-29 10:45:18 +01:00
examples support update events 2014-05-02 17:10:53 +02:00
pymisp Small cleanup, update to 1.0.1 2014-05-02 17:10:22 +02:00
.gitignore Add installer, proper copy script 2014-04-16 15:14:58 +02:00
README.md Documentation reference added 2014-10-29 10:45:18 +01:00
setup.py Small cleanup, update to 1.0.1 2014-05-02 17:10:22 +02:00

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