Metadata-Version: 2.1
Name: greynoise
Version: 0.1.3
Summary: Abstraction to interact with GreyNoise API.
Home-page: https://greynoise.io/
Author: Brandon Dixon
Author-email: brandon@9bplus.com
License: MIT
Download-URL: https://github.com/GreyNoise-Intelligence/pygreynoise
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
Requires-Dist: dict2xml
Requires-Dist: requests

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
---------
03-27-19
~~~~~~~~
* Merge CLI and pip module

11-08-18
~~~~~~~~
* Change: Updated codes to reflect latest documents
* Bugfix: Handle cases when code is unknown

05-25-18
~~~~~~~~
* Complete overhaul of the library


