Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rshipp/python-dshield

Pythonic interface to the Internet Storm Center / DShield API.
https://github.com/rshipp/python-dshield

api-client dshield infosec isc library python sans security

Last synced: about 12 hours ago
JSON representation

Pythonic interface to the Internet Storm Center / DShield API.

Awesome Lists containing this project

README

        

DShield
=======

.. image:: https://travis-ci.org/rshipp/python-dshield.svg?branch=master
:target: https://travis-ci.org/rshipp/python-dshield
:alt: Build Status
.. image:: https://coveralls.io/repos/rshipp/python-dshield/badge.png?branch=master
:target: https://coveralls.io/r/rshipp/python-dshield?branch=master
:alt: Test Coverage
.. image:: https://api.codacy.com/project/badge/3906ec0470df46b8923fc3177e7daa78
:target: https://www.codacy.com/app/rshipp/python-dshield
:alt: Code Health
.. image:: http://img.shields.io/pypi/v/dshield.svg
:target: https://pypi.python.org/pypi/dshield
:alt: 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)
'\n\ngreen\n'

.. _API: https://dshield.org/api/
.. _ReadTheDocs: http://dshield.readthedocs.org/en/latest/