Metadata-Version: 2.1
Name: samslacker-python
Version: 0.0.6.5
Summary: Python wrapper for Sam Slacker API
Home-page: https://samplify.io
Author: Fire In Belly Limited
Author-email: developers@samplify.io
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/plain
Requires-Dist: requests
Requires-Dist: boto3

.. image:: https://img.shields.io/pypi/v/samslacker-python.svg?style=flat
   :target: https://pypi.python.org/pypi/samslacker-python


Getting Started
---------------
Run ``pip install samslacker-python`` to install the latest stable version from `PyPI
<https://pypi.python.org/pypi/samslacker-python>`_.


Configurate
-----------
.. code-block:: python
import samslacker
    samslacker.token = "private token"
    samslacker.project = "projectid"


Call event
----------
.. code-block:: python
    samslacker.event("Account Created", { "email": "hello@world.com" })

