PyMISP/README.md

28 lines
579 B
Markdown
Raw Normal View History

2014-10-29 10:45:18 +01:00
PyMISP is a Python library to access [MISP](https://github.com/MISP/MISP) platforms via their REST API.
Requirements
------------
* [requests](http://docs.python-requests.org)
2014-04-16 15:43:54 +02:00
Install
-------
python setup.py install
Example
-------
2014-10-29 10:45:18 +01:00
An example to copy events between MISP instances is included in examples/
Documentation
-------------
[PyMISP API documentation is available](http://www.circl.lu/assets/files/PyMISP.pdf).
Documentation can be generated with epydoc:
~~~~
epydoc --url https://github.com/CIRCL/PyMISP --graph all --name PyMISP --pdf pymisp -o doc
~~~~