Skip to main content

High-performance Python bindings for TDLib with native speed and prebuilt binaries for Linux, Windows, and macOS

Project description

tdjson

Version Python Versions Downloads

tdjson provides fast, native Python bindings for the JSON interface of TDLib.

It bundles prebuilt TDLib binaries, eliminating manual compilation and making it a reliable foundation for projects like Pytdbot

Buy me a Cup of TON

Compatibility

tdjson is compatible with the following platforms:

  • Linux (x64, ARM64) — Debian 8+, Ubuntu 13.10+, Fedora 19+, RHEL 7+
  • Windows (x64) — Windows 7+
  • macOS (M-series) — macOS 11+

Installation

You can install tdjson directly from PyPI:

pip install tdjson

Usage

Here’s a quick example to get you started:

import json
import tdjson

# Create a new TDLib client
client_id = tdjson.td_create_client_id()

# Send a request to TDLib
request = {"@type": "getOption", "name": "version"}
tdjson.td_send(client_id, json.dumps(request).encode("utf-8"))

# Receive updates or responses
response = tdjson.td_receive(10.0)
if response:
    print(response)

# Synchronously execute a TDLib request
result = tdjson.td_execute(
    json.dumps(
        {
            "@type": "getTextEntities",
            "text": "@telegram /test_command https://telegram.org telegram.me",
            "@extra": ["5", 7.0, "a"],
        }
    ).encode("utf-8")
)
print(result)

For more detailed examples, check out the examples folder.

License

MIT LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

tdjson-1.8.65-cp314-cp314t-win_amd64.whl (12.7 MB view details)

Uploaded CPython 3.14tWindows x86-64

tdjson-1.8.65-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

tdjson-1.8.65-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

tdjson-1.8.65-cp314-cp314t-macosx_11_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

tdjson-1.8.65-cp314-cp314-win_amd64.whl (12.7 MB view details)

Uploaded CPython 3.14Windows x86-64

tdjson-1.8.65-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

tdjson-1.8.65-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

tdjson-1.8.65-cp314-cp314-macosx_11_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

tdjson-1.8.65-cp313-cp313-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.13Windows x86-64

tdjson-1.8.65-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

tdjson-1.8.65-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

tdjson-1.8.65-cp313-cp313-macosx_11_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

tdjson-1.8.65-cp312-cp312-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.12Windows x86-64

tdjson-1.8.65-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

tdjson-1.8.65-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

tdjson-1.8.65-cp312-cp312-macosx_11_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tdjson-1.8.65-cp311-cp311-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.11Windows x86-64

tdjson-1.8.65-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

tdjson-1.8.65-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

tdjson-1.8.65-cp311-cp311-macosx_11_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tdjson-1.8.65-cp310-cp310-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.10Windows x86-64

tdjson-1.8.65-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

tdjson-1.8.65-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

tdjson-1.8.65-cp310-cp310-macosx_11_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

tdjson-1.8.65-cp39-cp39-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.9Windows x86-64

tdjson-1.8.65-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

tdjson-1.8.65-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

tdjson-1.8.65-cp39-cp39-macosx_11_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file tdjson-1.8.65-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: tdjson-1.8.65-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 12.7 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tdjson-1.8.65-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 62ba43c93f3543a31b84346151822cc232eae9841e4516a1a5ecddad2de1aeb2
MD5 b6dc73d35eb8f63448e8be79996994ac
BLAKE2b-256 9f2425c5112fb191788cc8c070ce103cab41d58c9fc8aff2851eb84bc099e214

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp314-cp314t-win_amd64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 05d14e02df544f1f45bc59d2ebcbe26dd31fff850cf2c1ae6fb8b7855bbdf179
MD5 d25cb789866cc837b6539ab28c25575a
BLAKE2b-256 8a8ee9ff905dba0da399c09539e40866aae2f7e9f17532639d478d5e32f83d0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 aa51fb29e5c155111cfd78c3ba157919bc17f91e8f69b19e01e37fedb43fa1c9
MD5 1c29af80940899553ab81c1f588ff6eb
BLAKE2b-256 fa7bda77b36eebfb5336882b082cc58e018a49c26fa0426ed3cc6425a3c66dba

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f689ab06b76925ef2086729954c7be0620c1129dba88ab3e8e33a53890a1f3c4
MD5 76a18fd5b8954ade1194382fd33837e8
BLAKE2b-256 1f1079dae2a3f11c2dfa1d9256f1388395eff40e35486c797d8b2f39612f8a23

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: tdjson-1.8.65-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 12.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tdjson-1.8.65-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 efa5ef131be782e37df10a92fae81c14dce1a5e0cf01b5da0fbf2274b01044cc
MD5 4df82d48256c168d159191dfbff4a38a
BLAKE2b-256 6fd56ae331cb0e802efa093facdf1c9361841547a48e2f612806933eea688015

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp314-cp314-win_amd64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 acfbba1039cfff5e1c2f56ec1cf5b8e30c6145fea22b85aca490d0dc4890357e
MD5 cc9a7848deae2949331b0c4264d3be3c
BLAKE2b-256 62acf1d7bc8ebc48b49c17689a8b53880403c6f429c4440d12c0ab4e1bbd6643

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 12726af9debcf0516a14dcbc743d764e548fcff2141a6cc1c5d0a61d2d0372c9
MD5 4146bb6931617b48c1b0ff38a2931ef8
BLAKE2b-256 bcd0bcd9c621390ac15d82a6241256c128428eef02137fc2d68efc76d05cd5cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e372eac06e1dbf9257ba3ab8a79c1c1f30fec800723862c5a0ca27773a8a78d
MD5 90068acfaef9da70bcb2a56b5838d25b
BLAKE2b-256 52b13dd45c1ed4c5d41ecfe9396b46ddc6049914fff910a9cfa6769062e125e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: tdjson-1.8.65-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tdjson-1.8.65-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2e3f1918e0f72e0d94102b34e2962fd2358d2966dc6a49ebff4570261a682d3e
MD5 6004c45fb05671324a0f8f13175ca90c
BLAKE2b-256 d552b1437039c308447bb115a6db45a1fc06995b3cbb22c06764d558c7b068d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 49d126af4411d3a0ea60a6de0b9915349ad2e312f58acd77eb22c2ac0fc096b0
MD5 f0c61985f958ea879cf509e83119dd98
BLAKE2b-256 321bd31cb772fba909d3496071cbbfa855db1cbac780bfbc369b1949a117f5fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 692fbeb2689ab2fb90e8c8acf30017018484c9b4049e94b4056df46b175f4081
MD5 f9786626b88ac9c613e796cc9cb221b9
BLAKE2b-256 959b97df847fb0fc9d37e373207a01bc2dd8e9eb7fccd226536673c2335ac268

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e72d979689d6a0a0683f29448a61295f68db78bf77b3cb04921ad5ca2ff391dc
MD5 f144553f7919f126a62d5c0a7741b767
BLAKE2b-256 09d28cbd95d7312b3d44df012129aad0455329b64fed20ecbcdd89a581a312e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: tdjson-1.8.65-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tdjson-1.8.65-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 17b7e69e73ef69aa9708dbd421c1e5ca637d83e45d6d2d5b5b4185e3e035f5b3
MD5 349eed5b8441ba9707fcf75bd031375b
BLAKE2b-256 6eca16d5af6d9d5f500871b777095c60ea4be1e2bf97e6f694d3b97b0826f234

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 eb8679e8a92fb3fd434f84ec32feda4cd5ce77dee3c142f6840607cb5341a583
MD5 3101fe410a350a06acb4e05eb5900b22
BLAKE2b-256 e69d8ab29f89706e6837ee84c084ef1142dc9e256b051b5e6c8792069e6857d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 be1a116d4845f98d07b1cabfad9c6c92adc5ff1cb8b78a96f094320ae5259083
MD5 46cbc0f5bd51d655370348b659a8a6b9
BLAKE2b-256 b47b746cb7b42898630193e6e69493d137733d126fb4b1c8208af1a9aa2b9499

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e09ecfc6482a26bb5941ad99cfa38d3dba8841d11d174adc541d588f9209f873
MD5 517601c7af0c15c0d9953ce7ba9e5bc0
BLAKE2b-256 be436d0b308fad89594cb57cb76308557a506b551ae52767a01108866ec8ab9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: tdjson-1.8.65-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tdjson-1.8.65-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c05e467c556a86f1d70e4cad0155b87dca8b150767c74182821b5a498594aa9f
MD5 f8cb2882f13a12b20f4ba0ec18006718
BLAKE2b-256 e0cc3592a894a9bf3392ec06b9ba97a46b8509e0b80590121bdf6484dca316f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c544b7901d018f7747ad1a8f5f94d682c9d042b62dfdf38ba68a53fc7cfb4992
MD5 1c1ceb0a56a6259d3b93eb02f37b84fb
BLAKE2b-256 33abd8d1f57ecb7c4b74bf66f3177d730d48ccf629329f8c1788b0b5dd1b0e0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 898f6cca717c4f35fb06df5f76eef56ed3b3647cb4111aa4fb6b3af7da2c86d3
MD5 a746be27a89f389c3c2cbf3dd5abe41c
BLAKE2b-256 f3013abf23f372782c3842632be4444300d5478d8fd23c824471aabf7758ccd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4fd89c21607d16660fd61bb204c1273ca97f53dc0c3c57dbc3cfbe14ec6253fe
MD5 b99abf45c40d01d31c0c9d4ff341f490
BLAKE2b-256 8c3804ff2921966a7561a801e3b438b32c46bcad14a8ec337435c552326d63c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: tdjson-1.8.65-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tdjson-1.8.65-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cd4398399f0b9eea1a15eff68d4be2ff5687b9e37fc01002364b6273925b0fce
MD5 9b7d38d70a73e96657d3e2fcd6480490
BLAKE2b-256 965a3aad4558af8c13defdd105596c684ca322dd5ac8d882cc99aeecd1c0bd5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8b96e738372e5dc135a7807aca345f968e802ad8714ddab26de2dd6c51ae4a7e
MD5 52b1217676adbd27a2cca108c114600e
BLAKE2b-256 c4a5ec5f7fa58f58c9f49ad6f51d67d071a57e727db8e43770cff2549c06040a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c830e126dd4d7c19f6be7466fcd48ba79c16957183e2bf1c696f3c00cdbbc980
MD5 e65cd0dd35648d6194b9ecb558bce10e
BLAKE2b-256 867d956ec50e671887c3df1e778784615a11a599611a22d047658e4e44e364f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6348197d5930f8a860964ccaf8bb706ff8bbe3b232008146cfd88ea85c64eb8c
MD5 0ad57bbe99ef1ff98d3439eccb97d8fe
BLAKE2b-256 ced68a853fb073611419783258a5e000dbad6977d47780370db82564464fcb0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: tdjson-1.8.65-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tdjson-1.8.65-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8d8607da07bfa1a11fa02008074e45d0bb204dfb04ce769ee43cf15fb1bb511a
MD5 de0c6cdaefc1f4ecd6a2b1a136bef68e
BLAKE2b-256 3bb3a73ec43e24ffc43dd39efcc94f1d348a028d43449e7f2da372f66b72a090

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d4348911aa9a0fe62f8b30c2f345dec5ebb730ac249bebe6bac0e1335318517d
MD5 f1be299cc70feb6ad4dccf9abfb9b1e4
BLAKE2b-256 74cf34dfbed341ce0a2a1ec6b33b6f8a47f8d5ad8f50264e4c7f1a1a93e205a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 494df5e3ea68bfacfa80723bee8c109226bb05b9a2301c62f099ec90543d822d
MD5 fbd833759f797c178dda65e5b9ff6a5f
BLAKE2b-256 1110f70013c7a7edcadc737c2e9dd767cec43781e091c3c36a45c40bf26af285

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tdjson-1.8.65-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.65-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd323cbaf79010672430ddfab6cf95997507ac2e714e75bb5566e0d153afb65a
MD5 5ca77d53e75bae4234aaaaa1cdc6b1c2
BLAKE2b-256 fcfc0412e7fb408b81a38aef85f688c9525955258b61762a191acc99d10edcfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.65-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on AYMENJD/tdjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page