Metadata-Version: 2.0
Name: deceptionlogic
Version: 0.0.4
Summary: A python wrapper and CLI for the Deception Logic API - https://deceptionlogic.com
Home-page: https://github.com/deceptionlogic/deception-api
Author: Deception Logic, Inc.
Author-email: info@deceptionlogic.com
License: MIT
Download-URL: https://github.com/deceptionlogic/deception-api
Description-Content-Type: UNKNOWN
Keywords: wrapper library deception logic api cli
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: future
Requires-Dist: requests
Requires-Dist: boto3

==================
deceptionlogic
==================

``deceptionlogic`` is a Python wrapper and CLI for the `Deception Logic REST API`_.

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

    $ pip install deceptionlogic

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

    $ deception --get alerts

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

    from deceptionlogic import api
    delo = api.Client('keyid', 'secret')
    delo.get_alerts()

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

.. _Deception Logic REST API: https://deceptionlogic.com/
.. _GitHub Project Page: https://github.com/deceptionlogic/deception-api

