A Python SDK for HyperTune, a feature flag and experimentation platform. Current version 0.6.5 with weekly releases. Requires Python ≥3.9 and <4.0.
pip install hypertune-sdkVerified import paths — ran on the pinned version, not inferred.
Initialize the client with an API token and environment, then evaluate a feature flag.
Use 'from hypertune import HyperTune' instead of 'from hypertune_sdk import HyperTune'.
Use 'client.evaluate_flag("flag-name", context)' if available.Set the environment variable or pass api_token as constructor argument.