Registry / http-networking / synqly

synqly

JSON →
library1.0.94pypypi✓ verified 87d ago

SDK for Synqly APIs. Current version: 1.0.94. Releases are frequent, typically multiple times a month. Provides client libraries for Synqly's security integration platform.

pip install synqly
INSTALL
IMPORT
SIG · SYNQLY
S
synqly
http-networkingpythonv1.0.94
harness data pending
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.

SynqlyClient
✓ import synqly
✗ from synqly import SynqlyClient

Initialize the Synqly client with an API token and list integrations.

import os from synqly import SynqlyClient client = SynqlyClient(token=os.environ.get('SYNQLY_TOKEN', '')) # Example: list integrations integrations = client.integrations.list() print(integrations)
Debug
Known issues
breakingThe SDK requires Python >=3.7 and <4.0. No support for Python 3.6 or earlier.
fix
Upgrade to Python 3.7+ or use a compatible version.
affects: <1.0.0
gotchaThe 'token' parameter is required for authentication. Ensure your token has appropriate scopes.
fix
Use a valid API token. For local development, set the SYNQLY_TOKEN environment variable.
affects: all
Upgrade
Version history
1.0.94latest on PyPI · released Apr 23, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
OpenAI (training)
1
Resources
synqly — pip install synqly · libregistry