devcycle-python-server-sdk
DevCycle Python SDK
What it is and what it does
DevCycle Python Server SDK is a feature management library that lets your application evaluate feature flags and variables without making synchronous calls to a remote service. It uses local bucketing—downloading configuration and performing flag evaluation on-device—via the DevCycle Bucketing API. The SDK wraps HTTP clients (urllib3, requests) and protocol buffers to deserialize feature configurations, then evaluates them against user context to return flag values or defaults.
The SDK is designed as a singleton in your application, initialized once during startup with your server SDK key. It also exposes an OpenFeature Provider interface (currently in alpha), allowing you to use it as a pluggable backend for the OpenFeature specification if your application already uses that abstraction. The package depends on openfeature-sdk, launchdarkly-eventsource, and protobuf for its core operations.
Use it for:
- Evaluate feature flags server-side without network latency by using local bucketing and cached configurations.
- Run A/B tests and canary deployments by assigning users to variants based on their attributes.
- Integrate feature management into an OpenFeature-compliant application as an alpha-stage provider.
- Gate new features or experimental endpoints behind flags that can be toggled without redeployment.
- Segment users by country, email, or custom attributes to control feature rollout.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python server SDK for DevCycle feature management that evaluates feature flags and variables through local bucketing, integrating with the DevCycle API and supporting OpenFeature.
Yes, with conditions. The package is actively maintained, has low install friction, and solves a real problem for server-side feature management. However, verify the license terms before use (currently unclear in the metadata), and be aware that OpenFeature support is explicitly alpha and may have rough edges. No known vulnerabilities as of the query date.
Install
devcycle-python-server-sdk on PyPI
pip
pip install devcycle-python-server-sdkuv
uv add devcycle-python-server-sdkpoetry
poetry add devcycle-python-server-sdkInstalling devcycle-python-server-sdk
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance with a release 8 days ago; the repository is not archived and receives regular commits. Six runtime dependencies are standard HTTP and serialization libraries.
License in practice
License treatment is unclear—no SPDX identifier or raw license text is recorded. Verify the actual license before use in proprietary or copyleft-sensitive projects.
Quickstart
pip install devcycle-python-server-sdk
from devcycle_python_sdk import DevCycleLocalClient, DevCycleLocalOptions
options = DevCycleLocalOptions()
client = DevCycleLocalClient('DEVCYCLE_SERVER_SDK_KEY', options)
value = client.variable_value(user, 'variable-key', 'default-value')
Requires Python 3.10 or later. DevCycle server SDK key must be provided at initialization.
Verify before relying
- Whether the unclear license is documented elsewhere (e.g., in the GitHub repository) and what its terms are.
- Performance characteristics and latency impact of local bucketing in production workloads.
- Stability guarantees for the alpha-stage OpenFeature Provider implementation.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — urllib3, requests, wasmtime, protobuf, openfeature-sdk, launchdarkly-eventsource |
| Maintenance | actively maintained — 8 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 206,511/month — #9,570 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: devcycle_python_server_sdk-3.13.12-py3-none-any.whl
Keywords: DevCycle
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
posthogPostHog Python SDK integrates product analytics…
permissive · top 1,000 on PyPI
launchdarkly-openfeature-serverBridges LaunchDarkly's feature flag service…
permissive · top 15,000 on PyPI
openfeature-sdkOpenFeature Python SDK provides a…
permissive · top 5,000 on PyPI
pyatlanOfficial Python SDK for Atlan, providing…
permissive · top 15,000 on PyPI
hatchHatch is a modern Python project manager that…
permissive · top 1,000 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
openfeature-provider-flagsmithConnects the OpenFeature SDK to Flagsmith for…
unclear · top 15,000 on PyPI
openfeature-provider-unleashIntegrates Unleash feature flags with…
permissive · top 15,000 on PyPI
openfeature-provider-flagdIntegrates flagd flag evaluation into Python…
permissive · top 15,000 on PyPI
google-cloud-deployPython client library for Google Cloud Deploy,…
permissive · top 15,000 on PyPI