python-sdk-contrib/providers
Simon Schrottner ae7f066bd3 fix: add retry policy to grpc calls.
Some error codes are not on the stream, eg. istio is sending some special ones, and we already used to implement the same logic in java to bypass this issue.

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
2025-06-10 13:34:17 +02:00
..
openfeature-provider-flagd fix: add retry policy to grpc calls. 2025-06-10 13:34:17 +02:00
openfeature-provider-flipt chore!: drop Python 3.8 support (#187) 2025-02-16 21:32:06 +01:00
openfeature-provider-ofrep chore!: drop Python 3.8 support (#187) 2025-02-16 21:32:06 +01:00
README.md ci: introduce Release Please and PR linting workflows (#38) 2024-02-22 08:07:49 -03:00

README.md

OpenFeature Python Providers

Providers are responsible for performing flag evaluation. They provide an abstraction between the underlying flag management system and OpenFeature itself. This allows providers to be changed without requiring a major code refactor. Please see the spec for more details.