{"id":27435,"library":"synqly","title":"Synqly","description":"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.","status":"active","version":"1.0.94","language":"python","source_language":"en","source_url":"https://github.com/synqly/synqly-python","tags":["sdk","security","api","integrations"],"install":[{"cmd":"pip install synqly","lang":"bash","label":"Install Synqly SDK"}],"dependencies":[],"imports":[{"note":"","wrong":"","symbol":"SynqlyClient","correct":"from synqly import SynqlyClient"},{"note":"","wrong":"","symbol":"SynqlyError","correct":"from synqly.exceptions import SynqlyError"}],"quickstart":{"code":"import os\nfrom synqly import SynqlyClient\n\nclient = SynqlyClient(token=os.environ.get('SYNQLY_TOKEN', ''))\n# Example: list integrations\nintegrations = client.integrations.list()\nprint(integrations)","lang":"python","description":"Initialize the Synqly client with an API token and list integrations."},"warnings":[{"fix":"Upgrade to Python 3.7+ or use a compatible version.","message":"The SDK requires Python >=3.7 and <4.0. No support for Python 3.6 or earlier.","severity":"breaking","affected_versions":"<1.0.0"},{"fix":"Use a valid API token. For local development, set the SYNQLY_TOKEN environment variable.","message":"The 'token' parameter is required for authentication. Ensure your token has appropriate scopes.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Use 'from synqly import SynqlyClient' and ensure synqly is installed (pip install synqly).","cause":"Incorrect import path or outdated synqly version.","error":"ImportError: cannot import name 'SynqlyClient' from 'synqly'"},{"fix":"Install synqly: pip install synqly","cause":"Package not installed.","error":"ModuleNotFoundError: No module named 'synqly'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}