Metadata-Version: 1.1
Name: greynoise
Version: 0.1.0
Summary: Abstraction to interact with GreyNoise API.
Home-page: UNKNOWN
Author: Brandon Dixon
Author-email: brandon@9bplus.com
License: MIT
Description: Python GreyNoise
        ================
        .. image:: https://readthedocs.org/projects/greynoise/badge/?version=latest
            :target: http://greynoise.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://badge.fury.io/py/greynoise.svg
            :target: https://badge.fury.io/py/greynoise
        
        .. image:: https://img.shields.io/badge/License-MIT-yellow.svg
            :target: https://opensource.org/licenses/MIT
        
        This is an abstract python library built on top of the `GreyNoise`_ service. It is preferred that users use this library when implementing integrations or plan to use GreyNoise within their code. The library includes a small client to interact with the API.
        
        .. _GreyNoise: https://greynoise.io/
        
        Quick Start
        -----------
        **Install the library**:
        
        ``pip install greynoise`` or ``python setup.py install``
        
        **Save your configuration**:
        
        ``greynoise setup --api-key <your-API-key>``
        
        Changelog
        ---------
        05-25-18
        ~~~~~~~~
        * Complete overhaul of the library
        
Keywords: internet,scanning,threat intelligence,security
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
