Metadata-Version: 2.0
Name: deceptionlogic
Version: 0.0.3
Summary: A python wrapper for the Deception Logic API - https://deceptionlogic.com
Home-page: https://github.com/deceptionlogic/deception-api
Author: Deception Logic, Corp.
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
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: boto3

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

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

-----
usage
-----
::

    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

