Skip to content

mixpanel-openfeature v0.1.0

Latest

Choose a tag to compare

@msiebert msiebert released this 09 Apr 21:03
· 1 commit to master since this release
d26f2ba

Initial release of the Mixpanel OpenFeature provider for Python.

This provider integrates Mixpanel feature flags with the OpenFeature standard, allowing you to evaluate Mixpanel feature flags using the OpenFeature SDK.

Features

  • Supports both local (client-side) and remote (server-side) flag evaluation
  • Sync and async evaluation
  • Compatible with mixpanel>=5.1.0 and openfeature-sdk>=0.7.0
  • Requires Python 3.9+

Installation

pip install mixpanel-openfeature