Install & Compatibility
Where this runs
tested against v0.1.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
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 32.8MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 2.5s · import 0.000s · 33MB
31MB installed
● package 31MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
SSP
✓ from ssp import SSP
✗ from regscale_ssp import SSPTemplate
control
✓ from ssp import control
Initialize client with API key and create a basic SSP.
from regscale_ssp import SSPTemplate, SSPClient
import os
client = SSPClient(api_key=os.environ.get('REGSCALE_API_KEY', ''))
template = SSPTemplate(client)
result = template.create_ssp(name='Example SSP', framework='fedramp')
print(result)
regscale --version
Upgrade
Version history
0.1.2latest on PyPI · released Jan 17, 2023
Audit
Dependencies
No dependency data recorded yet.