Metadata-Version: 2.0
Name: honeydb
Version: 0.0.5
Summary: A python wrapper for the HoneyDB API - https://riskdiscovery.com/honeydb/#threats
Home-page: https://github.com/foospidy/honeydb-python
Author: foospidy
Author-email: UNKNOWN
License: MIT
Download-URL: https://github.com/foospidy/honeydb-python
Description-Content-Type: UNKNOWN
Keywords: wrapper library honeydb api
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: requests
Requires-Dist: pyopenssl

HoneyDB
==================

``honeydb`` is a Python wrapper for the `HoneyDB REST API`_.

Installation
------------
.. code-block:: bash

    $ pip install honeydb


CLI usage
---------
.. code-block:: bash

    $ honeydb --bad-hosts


Module usage
------------
.. code-block:: python

    from honeydb import api
    honeydb = api.Client('api_id', 'api_key')
    print(honeydb.bad-hosts())

More details and the latest updates can be found on the `GitHub Project Page`_.

.. _HoneyDB REST API: https://riskdiscovery.com/honeydb/#threats
.. _GitHub Project Page: https://github.com/foospidy/honeydb-python

