From 1631896754a3f78c89953abc4ea23161dabec8ba Mon Sep 17 00:00:00 2001 From: Austin Lai <76412946+alai97@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:47:00 -0800 Subject: [PATCH 1/3] Update README Updated package name for Split Provider installation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98e4641..367e629 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This SDK is compatible with Python 3.9 and higher. ## Getting started ### Pip Installation ```python -pip install split-openfeature-provider==1.0.0 +pip install split-openfeature-provider-python==1.0.0 ``` ### Configure it Below is a simple example that describes using the Split Provider. Please see the [OpenFeature Documentation](https://docs.openfeature.dev/docs/reference/concepts/evaluation-api) for details on how to use the OpenFeature SDK. From 4443f40af1f448a5aeab9e48de0eb1b13cfb3084 Mon Sep 17 00:00:00 2001 From: Austin Lai <76412946+alai97@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:51:47 -0800 Subject: [PATCH 2/3] Add Note Added note about package replacement for clarity. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 367e629..e87e7a9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ This Provider is designed to allow the use of OpenFeature with Split, the platfo This SDK is compatible with Python 3.9 and higher. ## Getting started + +This package replaces the previous `split-openfeature-provider` Python provider in [Pypi](https://pypi.org/project/split-openfeature-provider/). + ### Pip Installation ```python pip install split-openfeature-provider-python==1.0.0 From d0fe51d25d037f2298c61e1a84aaa2e6785e4bc5 Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany <41021307+chillaq@users.noreply.github.com> Date: Tue, 11 Nov 2025 08:03:32 -0800 Subject: [PATCH 3/3] Update README.md Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e87e7a9..8ebae0c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This package replaces the previous `split-openfeature-provider` Python provider ### Pip Installation ```python -pip install split-openfeature-provider-python==1.0.0 +pip install split-openfeature-provider==1.0.0 ``` ### Configure it Below is a simple example that describes using the Split Provider. Please see the [OpenFeature Documentation](https://docs.openfeature.dev/docs/reference/concepts/evaluation-api) for details on how to use the OpenFeature SDK.