Python client for Stardog Knowledge Graph Platform endpoints and Stardog Cloud. Current version 0.20.0, requires Python >=3.9. Release cadence is irregular; breaking changes occur between minor versions.
pip install pystardogVerified import paths — ran on the pinned version, not inferred.
Connect to a Stardog server and get database size. Uses environment variable for endpoint; adjust credentials as needed.
Use `ssl_config=SSLConfig(...)` instead of `ssl=True/False`.
Use `result = db.query('...'); rows = result.results`.Use `sd.databases().get('myDB')` instead.`Stardog(endpoint=..., timeout=120)`
No dependency data recorded yet.