Python client for Flipt feature flag evaluation. Version 1.4.1 supports synchronous and asynchronous evaluation via REST and gRPC. Active development with monthly releases.
pip install flipt-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a client and evaluate a boolean/variant flag.
Use 'authentication_token' instead of 'auth_token'.
Verify the 'url' includes the correct port (e.g., http://localhost:8080 for REST, localhost:9000 for gRPC).
Use FliptEvaluationClientAsync for non-blocking calls.
Start the Flipt server and double-check the 'url' parameter (e.g., http://localhost:8080).
Set FLIPT_AUTH_TOKEN environment variable or pass a valid token to the client.
No dependency data recorded yet.