Python library using the MISP Rest API
Go to file
Raphaël Vinot 51e91f8827 Fix license mentioned in setup.py
fix #16
2015-08-19 09:46:34 +02:00
examples Dump the entire event including the 'Event' container element 2015-08-12 10:09:23 +02:00
pymisp events id are integers not strings 2015-08-12 11:23:38 +00:00
.gitignore
LICENSE
README.md
setup.cfg Fix PyPi package. 2015-08-05 17:48:15 +02:00
setup.py Fix license mentioned in setup.py 2015-08-19 09:46:34 +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