rshipp / python-dshield

Pythonic interface to the Internet Storm Center / DShield API.

Home Page:https://dshield.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DShield

Build Status

Test Coverage

Code Health

PyPi Version

A Pythonic interface to the Internet Storm Center / DShield API.

Installation

pip install dshield

Usage

For the full documentation, see the ReadTheDocs site. If you just want a quick start:

>>> import dshield
>>> dshield.infocon()
{'status': 'green'}
>>> dshield.infocon(dshield.XML)
'<?xml version="1.0" encoding="UTF-8"?>\n<infocon>\n<status>green</status>\n</infocon>'

About

Pythonic interface to the Internet Storm Center / DShield API.

https://dshield.readthedocs.io/en/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%