python-sdk-contrib/openfeature_contrib/providers
Andrew Helsby 2d76c0b279 feature/flagsmith-implementation: Restructure flagmsith project to allow for easier packaging
Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com>
2022-10-13 18:24:08 +04:00
..
flagd feature/flagsmith-implementation: Restructure flagmsith project to allow for easier packaging 2022-10-13 18:24:08 +04:00
flagsmith feature/flagsmith-implementation: Restructure flagmsith project to allow for easier packaging 2022-10-13 18:24:08 +04:00
README.md feature/flagsmith-implementation: Restructure flagmsith project to allow for easier packaging 2022-10-13 18:24:08 +04: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.