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
py 3.13
✕ build_error
✕ build_error
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())
Upgrade
Version history
1.2.2latest on PyPI · released Mar 19, 2026
Audit
Dependencies
No dependency data recorded yet.