Python library using the MISP Rest API
Go to file
Raphaël Vinot 11b3470167 Add support for downloading unzipped samples. 2015-09-18 14:38:52 +02:00
examples Add helpers to update events with specific attributes. 2015-09-01 18:46:10 +02:00
pymisp Add support for downloading unzipped samples. 2015-09-18 14:38:52 +02:00
.gitignore
LICENSE
README.md
setup.cfg
setup.py Add version-related methods 2015-09-18 12:03:56 +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