python-sdk-contrib/providers
Giovanni Liva d8e10c7488
ci: introduce Release Please and PR linting workflows (#38)
Signed-off-by: Michael Beemer <michael.beemer@dynatrace.com>
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
Co-authored-by: Michael Beemer <michael.beemer@dynatrace.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-02-22 08:07:49 -03:00
..
openfeature-provider-flagd fix: remove setup from flagd tests (#39) 2024-02-21 20:35:24 -05: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.