Python library using the MISP Rest API
Go to file
Alexandre Dulaunoy 2cdf1aa88d Authentication parameters updated 2015-11-06 11:40:27 +01:00
examples Authentication parameters updated 2015-11-06 11:40:27 +01:00
pymisp Add add_ipsrc 2015-11-05 09:36:35 +01:00
tests [UnitTest] Add some functions, testing. 2015-09-26 21:00:33 +02:00
.gitignore Example script to download MISP network activity 2014-11-16 17:02:23 +01:00
LICENSE add license 2014-12-09 14:54:45 +01:00
README.md Documentation reference added 2014-10-29 10:45:18 +01:00
setup.cfg Fix PyPi package. 2015-08-05 17:48:15 +02:00
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