openfeature-provider-ofrep
OpenFeature provider for the OpenFeature Remote Evaluation Protocol (OFREP)
What it is and what it does
This package is a provider plugin for the OpenFeature SDK that connects to remote flag evaluation servers using the OFREP protocol. It acts as a bridge between your application and a centralized feature flag service, allowing you to manage feature flags on a server rather than embedding them in your code.
You instantiate the OFREPProvider and register it with the OpenFeature API; from then on, flag evaluations are delegated to the remote OFREP server over HTTP via the requests library. This is useful when you want a single source of truth for feature flags across multiple services or environments.
Use it for:
- Centralize feature flag management across multiple microservices by pointing them all to a single OFREP-compliant server.
- Implement dynamic feature rollouts and A/B tests without redeploying your application code.
- Integrate with existing feature flag platforms or services that support the OFREP protocol.
- Separate flag configuration from application logic in a distributed system.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates OpenFeature SDK with remote flag evaluation servers via the OpenFeature Remote Evaluation Protocol (OFREP), enabling centralized feature flag management over HTTP.
Yes, if you are already using OpenFeature SDK and have an OFREP-compliant remote evaluation server. The package is actively maintained, has no security issues, and low install friction. If you need local-only flags or do not have an OFREP server, this provider is not the right choice.
Install
openfeature-provider-ofrep on PyPI
pip
pip install openfeature-provider-ofrepuv
uv add openfeature-provider-ofreppoetry
poetry add openfeature-provider-ofrepInstalling openfeature-provider-ofrep
Before you install
Low friction install with only two runtime dependencies (openfeature-sdk and requests). Active maintenance with recent commits and no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install openfeature-provider-ofrep
from openfeature import api
from openfeature.contrib.provider.ofrep import OFREPProvider
api.set_provider(OFREPProvider())
Requires Python 3.10 or later; also requires an OFREP-compliant remote evaluation server to be accessible.
Verify before relying
- Configuration options mentioned as TODO in the description—what settings are actually available and required for production use
- Whether OFREP server compatibility or version requirements exist beyond Python 3.10+
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — openfeature-sdk, requests |
| Maintenance | actively maintained — 99 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 97,330/month — #13,155 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openfeature_provider_ofrep-0.3.0-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
openfeature-provider-flagdIntegrates flagd flag evaluation into Python…
permissive · top 15,000 on PyPI
openfeature-sdkOpenFeature Python SDK provides a…
permissive · top 5,000 on PyPI
openfeature-provider-flagsmithConnects the OpenFeature SDK to Flagsmith for…
unclear · top 15,000 on PyPI
openfeature-flagd-coreEvaluates feature flags using JSON logic and…
permissive · top 15,000 on PyPI
openfeature-provider-unleashIntegrates Unleash feature flags with…
permissive · top 15,000 on PyPI
launchdarkly-openfeature-serverBridges LaunchDarkly's feature flag service…
permissive · top 15,000 on PyPI
openfeature-flagd-apiDefines the Python Protocol contract for flagd…
permissive · top 15,000 on PyPI
openfeature-hooks-opentelemetryAutomatically captures feature flag evaluations…
permissive · top 15,000 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI