Python quickstart
Last updated
Last updated
hypertune-sdk
Once you have a Python application ready, install Hypertune's Python SDK:
Run the following command to install the CLI
Alternatively, you can download the Hypertune CLI for your system:
Then:
Put it somewhere accessible via your PATH
Add execute permissions to it with chmod +x hypertune
Right-click to open it
Generate a type-safe client to access your flags by running:
Replace <token>
with your main project token which you can find in the Settings tab of your project.
Now you can update the logic for exampleFlag
from the Hypertune UI without updating your code or waiting for a new build, deployment, app release or service restart.
To add a new flag, create it in the Hypertune UI then regenerate the client.