Registry / aws / sdk-reforge

sdk-reforge

JSON →
library1.2.2pypypi✓ verified 80d ago

Python SDK for Reforge Feature Flags and Config as a Service. Version 1.2.2 supports Python 3.9+ with incremental releases.

pip install sdk-reforge
INSTALL
IMPORT
SIG · SDK-REFORGE
S
sdk-reforge
awspythonv1.2.2
Install
4.0s avg
Import
Disk
43MB
Pass rate
8/ 10
Env Coverage8 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.2.2 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✓ —
✓ 4.2s
py 3.11
✓ —
✓ 3.7s
py 3.12
✓ —
✓ 3.1s
py 3.13
✕ build_error
✕ build_error
py 3.9
✓ —
✓ 4.8s
43MB installed
● package 43MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ReforgeSDK
from sdk_reforge import ReforgeSDK
from reforge import ReforgeClient
ConfigSDK
from sdk_reforge import ConfigSDK
FeatureFlagSDK
from sdk_reforge import FeatureFlagSDK

Initialize client and fetch a feature flag and config.

from reforge import ReforgeClient client = ReforgeClient(api_key=os.environ.get('REFORGE_API_KEY', ''), environment='production') # Get a feature flag flag = client.get_flag('my-feature') print(flag.is_enabled()) # Get a config value config = client.get_config('my-config') print(config.get_value())
Debug
Known issues
breakingThe library requires Python >=3.9 and <4. Python 3.8 and below are not supported.
fix
Upgrade to Python 3.9 or later.
affects: 1.0.0+
gotchaThe API key must be passed directly; environment variable loading is not automatic.
fix
Always pass the api_key explicitly or load via os.environ.
affects: all
gotchaget_flag and get_config may raise exceptions if the environment or key is invalid. Ensure proper error handling.
fix
Wrap calls in try/except or check client.is_connected() first.
affects: all
Upgrade
Version history
1.2.2latest on PyPI · released Mar 19, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Amazon
1
Resources
sdk-reforge — pip install sdk-reforge · libregistry