Python library using the MISP Rest API
Go to file
unknown e364c3aed7 missing types added 2015-09-30 14:46:25 +02:00
examples
pymisp missing types added 2015-09-30 14:46:25 +02:00
tests [UnitTest] Add some functions, testing. 2015-09-26 21:00:33 +02:00
.gitignore
LICENSE
README.md
setup.cfg
setup.py Add test cases (initial) 2015-09-22 15:25:47 +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