chore: add disclaimer on SDK stability (#122)
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
This commit is contained in:
parent
e6a3bf1d49
commit
0d71b274c7
|
|
@ -7,6 +7,8 @@
|
|||
[](https://github.com/open-feature/python-sdk/actions/workflows/merge.yml)
|
||||
[](https://codecov.io/gh/open-feature/python-sdk)
|
||||
|
||||
> ⚠️ Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. ⚠️
|
||||
|
||||
This is the Python implementation of [OpenFeature](https://openfeature.dev), a vendor-agnostic abstraction library for evaluating feature flags.
|
||||
|
||||
We support multiple data types for flags (numbers, strings, booleans, objects) as well as hooks, which can alter the lifecycle of a flag evaluation.
|
||||
|
|
|
|||
Loading…
Reference in New Issue