honeydb


Namehoneydb JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://honeydb.io
SummaryA Python API wrapper and CLI tool for the HoneyDB.
upload_time2024-02-06 02:45:04
maintainer
docs_urlNone
authorfoospidy
requires_python
licenseMIT
keywords wrapper library honeydb api cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            HoneyDB
==================

.. image:: https://img.shields.io/pypi/v/honeydb.svg
    :target: https://pypi.python.org/pypi/honeydb/
    :alt: Latest Version

To learn more about HoneyDB visit `About HoneyDB`_.

To lean more about the HoneyDB API visit `HoneyDB REST API`_.

The ``honeydb`` command is a CLI tool for interacting with the HoneyDB API. 

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

    $ pip install honeydb


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

    $ export HONEYDB_API_ID=<your api id>
    $ export HONEYDB_API_KEY=<your api key>
    $ 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`_.

.. _About HoneyDB: https://honeydb.io/#about
.. _HoneyDB REST API: https://honeydb.io/#threats
.. _GitHub Project Page: https://github.com/honeydbio/honeydb-python

            

Raw data

            {
    "_id": null,
    "home_page": "https://honeydb.io",
    "name": "honeydb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "wrapper library honeydb api cli",
    "author": "foospidy",
    "author_email": "",
    "download_url": "https://github.com/honeydbio/honeydb-python",
    "platform": null,
    "description": "HoneyDB\n==================\n\n.. image:: https://img.shields.io/pypi/v/honeydb.svg\n    :target: https://pypi.python.org/pypi/honeydb/\n    :alt: Latest Version\n\nTo learn more about HoneyDB visit `About HoneyDB`_.\n\nTo lean more about the HoneyDB API visit `HoneyDB REST API`_.\n\nThe ``honeydb`` command is a CLI tool for interacting with the HoneyDB API. \n\nInstallation\n------------\n.. code-block:: bash\n\n    $ pip install honeydb\n\n\nCLI usage\n---------\n.. code-block:: bash\n\n    $ export HONEYDB_API_ID=<your api id>\n    $ export HONEYDB_API_KEY=<your api key>\n    $ honeydb --bad-hosts\n\n\nModule usage\n------------\n.. code-block:: python\n\n    from honeydb import api\n    honeydb = api.Client('api_id', 'api_key')\n    print(honeydb.bad_hosts())\n\nMore details and the latest updates can be found on the `GitHub Project Page`_.\n\n.. _About HoneyDB: https://honeydb.io/#about\n.. _HoneyDB REST API: https://honeydb.io/#threats\n.. _GitHub Project Page: https://github.com/honeydbio/honeydb-python\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python API wrapper and CLI tool for the HoneyDB.",
    "version": "1.5.0",
    "project_urls": {
        "Download": "https://github.com/honeydbio/honeydb-python",
        "Homepage": "https://honeydb.io"
    },
    "split_keywords": [
        "wrapper",
        "library",
        "honeydb",
        "api",
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8155ec9d45f54f710af4ee1bffec4ee92da176dffba83cb396181b9a7d81700b",
                "md5": "ee5942c5d1ecce072984f0d91c035eb0",
                "sha256": "dbce02a483bf983ff9ae01606acdd15ca7d369dce765f0a69bdec445a073b02e"
            },
            "downloads": -1,
            "filename": "honeydb-1.5.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee5942c5d1ecce072984f0d91c035eb0",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 6336,
            "upload_time": "2024-02-06T02:45:04",
            "upload_time_iso_8601": "2024-02-06T02:45:04.813122Z",
            "url": "https://files.pythonhosted.org/packages/81/55/ec9d45f54f710af4ee1bffec4ee92da176dffba83cb396181b9a7d81700b/honeydb-1.5.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 02:45:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "honeydbio",
    "github_project": "honeydb-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "honeydb"
}
        
Elapsed time: 0.19160s