Python library using the MISP Rest API
Go to file
Alexandre Dulaunoy 0c906f69ed Merge branch 'master' of github.com:CIRCL/PyMISP 2015-02-17 16:32:50 +01:00
examples
pymisp Use JSON POST to do the search 2015-02-16 14:31:29 +01: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