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/4] 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/4] 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/4] 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. From 3255ca41d785f20786b98e87e858ceb49a33447a Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany <41021307+chillaq@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:59:37 -0800 Subject: [PATCH 4/4] Update sonar-project.properties --- sonar-project.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 801909e..fce03b8 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ -sonar.projectName=split_openfeature_provider -sonar.projectKey=split_openfeature_provider +sonar.projectName=split-openfeature-provider-python +sonar.projectKey=split-openfeature-provider-python sonar.python.version=3.9 sonar.sources=split_openfeature_provider sonar.tests=tests