Statsig Python bindings for the Statsig Core SDK, providing feature gates, dynamic configs, experimentation, and logging. Version 0.23.1, supporting Python >=3.10. Active development.
pip install oai-statsig-python-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Statsig with server key, check a feature gate for a user.
Update imports to 'from statsig import StatsigServer' and reinstall package.
Uninstall old package (pip uninstall statsig-core) and install 'oai-statsig-python-core'.
Call 'server.shutdown()' in a finally block or use context manager if available.
No dependency data recorded yet.