7 lines
363 B
Markdown
7 lines
363 B
Markdown
# 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](https://openfeature.dev/specification/sections/providers) for more details.
|