Metadata-Version: 1.1
Name: pymisp
Version: 1.1.1
Summary: Python API for MISP.
Home-page: https://github.com/MISP/PyMISP
Author: Raphaël Vinot
Author-email: raphael.vinot@circl.lu
License: UNKNOWN
Description: 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)
        
        Install
        -------
        
        python setup.py install
        
        Example
        -------
        
        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
        ~~~~
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Programming Language :: Python
Classifier: Topic :: Security
Classifier: Topic :: Internet
