Registry / devops / regscale-python-ssp

regscale-python-ssp

JSON →
library0.1.2pypypi✓ verified 33d 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.

devopsweb-framework
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

from ssp import SSP
from ssp import api
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 footguns
breakingPackage name uses hyphens in PyPI (regscale-python-ssp) but import uses underscores (regscale_ssp). Do not use hyphen in import.
gotchaAPI key is required for all operations. Provide via REGSCALE_API_KEY environment variable or pass directly to SSPClient.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources