Skip to main content

Synqly Python SDK (Typeless)

The synqly-typeless package provides a Python client for the Synqly platform where engine connector responses return plain dictionaries instead of typed Pydantic models. This gives you full flexibility to work with response data without schema constraints — ideal for custom mappings, dynamic integrations, and rapid prototyping.

The management API (accounts, integrations, mappings, tokens) remains fully typed.

This package is a drop-in replacement for the typed synqly SDK — usage is identical with the caveat that engine request and response payloads are generic (Dict[str, Any]) rather than Pydantic models.

If you aren't yet a Synqly customer, please schedule a demo.

Installation

pip install synqly-typeless

Quick Start

from synqly_typeless.management.client import SynqlyManagement
from synqly_typeless.engine.client import SynqlyEngine

# Management client — create accounts, integrations, mappings
mgmt = SynqlyManagement(token="<org-token>", base_url="https://api.synqly.com")

# Engine client — query data (responses are plain dicts)
engine = SynqlyEngine(token="<integration-token>", base_url="https://api.synqly.com")

# Query EDR endpoints — result is List[dict]
response = engine.edr.query_endpoints(limit=10)
for endpoint in response.result:
    print(endpoint["device"]["hostname"])

# Query tickets
tickets = engine.ticketing.query_tickets(limit=5)

# Create a ticket
engine.ticketing.create_ticket(
    name="my-ticket",
    summary="Something needs attention",
    priority="HIGH",
)

How It Differs from synqly

synqly (typed) synqly-typeless
Engine responses Pydantic models Dict[str, Any]
Management API Typed Typed
Response envelope Typed (result, cursor, messages) Typed
Install side-by-side ✓ ✓

Both packages can be installed in the same environment without conflicts.

Documentation

Release files for synqly-typeless 2.0.32

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for synqly-typeless 2.0.32
File Size Uploaded
synqly_typeless-2.0.32.tar.gz 1.4 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for synqly-typeless 2.0.32
File Interpreter ABI Platform
synqly_typeless-2.0.32-py3-none-any.whl Python 3 none any Details

Total release size: 4.3 MB

Release files / synqly_typeless-2.0.32.tar.gz

Download URL synqly_typeless-2.0.32.tar.gz
Size 1.4 MB
Tags Source
SHA-256 checksum
How to use checksums
ba481b2e0d46ade1382794d619cfe48b65ba61ff10a912aa8e5d8fe1e36b3542
BLAKE2b-256 checksum
How to use checksums
4444bbee425fb9b5e0dd06589d4366cc8945b68408c071da55435bcfa93e7c57
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 17, 2026.

Transparency log

Release files / synqly_typeless-2.0.32-py3-none-any.whl

Download URL synqly_typeless-2.0.32-py3-none-any.whl
Size 3.0 MB
Tags Python 3
SHA-256 checksum
How to use checksums
5e6f28ca85d808d444c6e5ccc6b8f86dc6db7772ccf35a7c698a4394d763500a
BLAKE2b-256 checksum
How to use checksums
f5c6a23da467248717b07d90fd88a612678e99960392db799f980d131a1c37e9
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 17, 2026.

Transparency log

Release history Release notifications | RSS feed

2.0.69

2 release files

2.0.68

2 release files

2.0.67

2 release files

2.0.66

2 release files

2.0.65

2 release files

2.0.64

2 release files

2.0.63

2 release files

2.0.62

2 release files

2.0.61

2 release files

2.0.60

2 release files

2.0.59

2 release files

2.0.58

2 release files

2.0.57

2 release files

2.0.56

2 release files

2.0.55

2 release files

2.0.54

2 release files

2.0.53

2 release files

2.0.47

2 release files

2.0.46

2 release files

2.0.45

2 release files

2.0.44

2 release files

2.0.43

2 release files

2.0.42

2 release files

2.0.41

2 release files

2.0.40

2 release files

2.0.39

2 release files

2.0.38

2 release files

2.0.37

2 release files

2.0.36

2 release files

2.0.35

2 release files

2.0.34

2 release files

2.0.33

2 release files

This release

2.0.32 This release

2 release files

2.0.31

2 release files

2.0.30

2 release files

2.0.29

2 release files

2.0.28

2 release files

2.0.27

2 release files

2.0.23

2 release files

2.0.22

2 release files

2.0.21

2 release files

2.0.20

2 release files

2.0.19

2 release files

2.0.18

2 release files

2.0.17

2 release files

2.0.16

2 release files

2.0.15

2 release files

2.0.14

2 release files

2.0.13

2 release files

2.0.12

2 release files

2.0.11

2 release files

2.0.10

2 release files

2.0.9

2 release files

2.0.8

2 release files

2.0.7

2 release files

2.0.6

2 release files

2.0.5

2 release files

2.0.4

2 release files

2.0.3

2 release files

2.0.2

2 release files

2.0.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page