Python library using the MISP Rest API
Go to file
Raphaël Vinot 579a8368e6 Merge pull request #8 from didelphodon/master
Update / Add need a JSON object as data
2015-06-30 11:44:31 +02:00
examples Make the code python3 friendly 2015-05-03 02:47:47 +02:00
pymisp Update / Add need a JSON object as data 2015-06-02 10:40:14 +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.py Small cleanup, update to 1.0.1 2014-05-02 17:10:22 +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