Metadata-Version: 2.0
Name: deceptionlogic
Version: 0.0.5
Summary: A python wrapper and CLI tool for the Deception Logic API.
Home-page: http://deceptionlogic.com
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
==================

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

.. image:: https://travis-ci.org/deceptionlogic/deception-api.svg?branch=master
    :target: https://travis-ci.org/deceptionlogic/deception-api

``deceptionlogic`` is a Python wrapper and CLI tool 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

