Registry / devops / regscale-python-ssp

regscale-python-ssp

JSON →
library0.1.2pypypi✓ verified 85d ago

Library for interfacing with FedRAMP system security plan templates, enabling creation, management, and export of SSPs via RegScale API. Current version 0.1.2, early-stage development with monthly releases.

pip install regscale-python-ssp
INSTALL
IMPORT
SIG · REGSCALE-PYTHON-SS
R
regscale-python-ssp
devopspythonv0.1.2
Install
2.5s avg
Import
Disk
31MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
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
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 32.8MB
glibc
py 3.103.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
api
from ssp import api
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
Debug
Known issues
breakingPackage name uses hyphens in PyPI (regscale-python-ssp) but import uses underscores (regscale_ssp). Do not use hyphen in import.
fix
Use `import regscale_ssp` or `from regscale_ssp import ...`.
affects: >=0.1.0
gotchaAPI key is required for all operations. Provide via REGSCALE_API_KEY environment variable or pass directly to SSPClient.
fix
Set environment variable or pass api_key parameter.
affects: >=0.1.0
Upgrade
Version history
0.1.2latest on PyPI · released Jan 17, 2023
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
regscale-python-ssp — pip install regscale-python-ssp · libregistry