Skip to main content

No project description provided

Project description

Hackle Sdk For Python

Install

pip install hackle-sdk

Usage

Import

from hackle import hackle

Close

import atexit

@atexit.register
def __exit__():
    hackle_client.close()

User

from hackle.model import Hackle

user = Hackle.user('ae2182e0')

user = Hackle.user(id='ae2182e0', app_version='1.0.1', age=23, paying_customer=True)

Get Variation

from hackle.model import Hackle

user = Hackle.user(id='DEVICE_ID')
hackle_client.variation(experiment_key=42, user=user)

Track Event

event = Hackle.event('purchase')
event = Hackle.event('purchase', value=32000)
event = Hackle.event(key='purchase', value=32000, first_paying=False, app_version='1.0.1', item_count=5)

hackle_client.track(event, user)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hackle-sdk-3.6.0.tar.gz (73.9 kB view hashes)

Uploaded Source

Built Distribution

hackle_sdk-3.6.0-py2.py3-none-any.whl (137.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page