Skip to content

rshipp/python-dshield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 19, 2016
1b003d0 · Oct 19, 2016

History

81 Commits
Jul 5, 2014
Jul 1, 2014
Jul 2, 2014
Dec 25, 2014
Oct 19, 2016
Oct 19, 2016
Jul 5, 2014
Sep 6, 2015
Oct 19, 2016
Jul 1, 2014
Oct 19, 2016
Oct 19, 2016

Repository files navigation

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>'