Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Contributing

> **⚠️ This SDK is in maintenance mode.** New features and enhancements should target the [Confidence Resolver Python OpenFeature Provider](https://github.com/spotify/confidence-resolver/tree/main/openfeature-provider/python) instead. Only critical bug fixes will be accepted here.

## Getting Involved

We welcome contributions and are happy to discuss ideas, answer questions, and help you get started.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python Confidence SDK

> **⚠️ This SDK is in maintenance mode.**
> We recommend migrating to the [Confidence Resolver Python OpenFeature Provider](https://github.com/spotify/confidence-resolver/tree/main/openfeature-provider/python), which offers better resilience and lower latency.
>
> This SDK will continue to receive critical bug fixes but no new features.

This repo contains the [Confidence](https://confidence.spotify.com/) Python SDK and the Confidence OpenFeature provider. We recommend using the [OpenFeature Python SDK](https://github.com/open-feature/python-sdk) to access Confidence feature flags.


Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ packages = {find = {exclude = ["demo"]}}
[project]
name = "spotify_confidence_sdk"
dynamic = ["version"]
description = "Confidence provider for the OpenFeature SDK"
description = "[Maintenance mode] Confidence provider for the OpenFeature SDK — migrate to confidence-resolver"
readme = "README.md"
authors = [{ name = "Confidence team" }]
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 7 - Inactive",
"Programming Language :: Python",
"Programming Language :: Python :: 3"
]
Expand Down
Loading