Official Python client for Prefab, a feature flags, dynamic log levels, and configuration-as-a-service platform. Supports context-aware evaluations, SSE streaming, and cloud-based configuration management. Current version: 0.12.1, requires Python >=3.9, <4. Release cadence: monthly.
pip install prefab-cloud-pythonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Prefab with an API key, create a context, and evaluate a flag.
Replace 'import prefab_cloud_python' with 'from prefab import Prefab' and update usage accordingly.
Always create a Context with at least a user_key and pass it to client.check().
Use 'Prefab' class with api_key parameter directly.