Metadata-Version: 2.4
Name: hackle-sdk
Version: 3.8.0
Summary: Python SDK for Hackle - A/B Testing, Feature Flags, Remote Config, and Analytics
Author-email: Hackle <platform@hackle.io>
Project-URL: Homepage, https://hackle.io
Project-URL: Documentation, https://docs.hackle.io/docs/getting-started-product-guide
Keywords: hackle,ab-testing,feature-flags,feature-toggles,remote-config,analytics,experimentation
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jsonschema==3.2.0
Requires-Dist: mmh3==2.5.1
Requires-Dist: requests[security]>=2.9.1
Requires-Dist: six
Dynamic: license-file

# Hackle Python SDK

![tests](https://img.shields.io/badge/test-passed-2ea44f?logo=github)
[![PyPI - Version](https://img.shields.io/pypi/v/hackle-sdk)](https://pypi.org/project/hackle-sdk/)

Python SDK for Hackle A/B Tests, Feature Flags, Remote Configs, and Analytics.


## Getting Started
Check out our [SDK docs](https://docs.hackle.io/docs/python-sdk-init) to get started.
