Metadata-Version: 1.1
Name: dshield
Version: 0.1
Summary: A Pythonic interface to the Internet Storm Center / DShield API.
Home-page: https://github.com/rshipp/python-dshield/
Author: Ryan Shipp
Author-email: python@rshipp.com
License: BSD
Description: 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://landscape.io/github/rshipp/python-dshield/master/landscape.png
           :target: https://landscape.io/github/rshipp/python-dshield/master
           :alt: Code Health
        
        A Pythonic interface to the Internet Storm Center / DShield API_.
        
        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>'
        
        .. _API: https://dshield.org/api/
        .. _ReadTheDocs: http://dshield.readthedocs.org/en/latest/
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet
