Synqly Python SDK
This repository contains the SynqlyPythonClient SDK package, which can be used to integrate a Python application with Synqly APIs. All Synqly SDKs require a valid Synqly Organization token to use.
If you aren't yet a Synqly customer, please feel free to Schedule a Demo.
The Python Pydantic type checker can, in cases, be stricter than other SDKs. If you run into any type resolution errors such as the following, please report them on Slack and we'll work on patching it as quickly as possible.
Error configuring event logging for Tenant XYZ: 1 validation error for ProviderConfig_Siem
config
none is not an allowed value (type=type_error.none.not_allowed)
Import the SDK
To install the SynqlyPythonClient to your local Python environment, run the following command:
pip3 install git+https://github.com/Synqly/python-sdk.git
You should now be able to import packages from the SynqlyPythonClient as follows:
from synqly import engine
from synqly import management as mgmt
For more detailed examples of how to use the Synqly Python SDK, please refer to the examples directory in this repository. Each sub-directory in examples contains a standalone example of how to work with a particular Synqly Connector.
Local Development
While the files under /src are auto-generated, it can sometimes be useful to install a local copy of the SDK in order to debug issues such as type mismatches. The following command will install the local version of SynqlyPythonClient, overriding the upstream repository.
cd ~/python-sdk
pip install -e .
Release files for synqly 2.0.40
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| synqly-2.0.40.tar.gz | 1.3 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| synqly-2.0.40-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.2 MB
Release files / synqly-2.0.40.tar.gz
| Download URL | synqly-2.0.40.tar.gz |
|---|---|
| Size | 1.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
01d8e74cb9774bb09c3a35ddcd3d40aff4c0e4a0c3ab4ba52a470252f7fe1f94
|
|
BLAKE2b-256 checksum How to use checksums |
ba07c496d4835d066b64bd7a8933add95bc755d1387a5b6d7760b74e7440c54c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 24, 2026.
Transparency logRelease files / synqly-2.0.40-py3-none-any.whl
| Download URL | synqly-2.0.40-py3-none-any.whl |
|---|---|
| Size | 2.9 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4e17b3b6dc766fda6b0ead8758ba3b8393c58f4dbb12eafdc5ac1ea695067674
|
|
BLAKE2b-256 checksum How to use checksums |
40bbffc0f51818edba969102af5fdac55627654b604863b3b9bd673cd682ab9c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 24, 2026.
Transparency log