Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 579 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 579 Bytes

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