LICENSE
MANIFEST.in
README.md
setup.py
statsig/__init__.py
statsig/batch_event_queue.py
statsig/client_initialize_formatter.py
statsig/config_evaluation.py
statsig/constants.py
statsig/diagnostics.py
statsig/dynamic_config.py
statsig/evaluation_context.py
statsig/evaluation_details.py
statsig/evaluator.py
statsig/feature_gate.py
statsig/globals.py
statsig/grpc_websocket_worker.py
statsig/grpc_worker.py
statsig/http_worker.py
statsig/initialize_details.py
statsig/interface_data_store.py
statsig/interface_network.py
statsig/interface_observability_client.py
statsig/layer.py
statsig/output_logger.py
statsig/py.typed
statsig/redis_data_store.py
statsig/request_result.py
statsig/sdk_configs.py
statsig/spec_store.py
statsig/spec_updater.py
statsig/statsig.py
statsig/statsig_context.py
statsig/statsig_environment_tier.py
statsig/statsig_error_boundary.py
statsig/statsig_errors.py
statsig/statsig_event.py
statsig/statsig_logger.py
statsig/statsig_logger_worker.py
statsig/statsig_metadata.py
statsig/statsig_network.py
statsig/statsig_options.py
statsig/statsig_server.py
statsig/statsig_telemetry_logger.py
statsig/statsig_user.py
statsig/stream_decompressor.py
statsig/thread_util.py
statsig/ttl_set.py
statsig/utils.py
statsig/version.py
statsig.egg-info/PKG-INFO
statsig.egg-info/SOURCES.txt
statsig.egg-info/dependency_links.txt
statsig.egg-info/requires.txt
statsig.egg-info/top_level.txt
statsig/grpc/__init__.py
statsig/grpc/generated/__init__.py
statsig/grpc/generated/statsig_forward_proxy_pb2.py
statsig/grpc/generated/statsig_forward_proxy_pb2.pyi
statsig/grpc/generated/statsig_forward_proxy_pb2_grpc.py
tests/test_api_overrides.py
tests/test_background_sync.py
tests/test_bad_input.py
tests/test_bg_thread_spawning.py
tests/test_case_with_extras.py
tests/test_client_initialize_response.py
tests/test_concurrency.py
tests/test_concurrency_on_initialize.py
tests/test_dcs_override_log_event_interval.py
tests/test_diagnostics_core_api.py
tests/test_dynamic_config.py
tests/test_eval_callback.py
tests/test_evaluation_details.py
tests/test_grpc_websocket.py
tests/test_init_details.py
tests/test_init_diagnostics.py
tests/test_init_timeout.py
tests/test_layer.py
tests/test_layer_exposures.py
tests/test_local_mocks.py
tests/test_logger.py
tests/test_logger_worker.py
tests/test_logging_retries.py
tests/test_manual_exposures.py
tests/test_network.py
tests/test_optional_callbacks.py
tests/test_output_logger.py
tests/test_sampling.py
tests/test_sdk_flags.py
tests/test_server_sdk_consistency.py
tests/test_statsig.py
tests/test_statsig_e2e.py
tests/test_statsig_e2e_bootstrapped.py
tests/test_statsig_error_boundary.py
tests/test_statsig_error_boundary_usage.py
tests/test_statsig_user.py
tests/test_storage_adapter.py
tests/test_stream_decompressor.py
tests/test_sync_config_fallback.py
tests/test_telemetry_logger.py
tests/test_ua_parse.py