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.64.post1-cp314-cp314t-win_amd64.whl (12.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

tdjson-1.8.64.post1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

tdjson-1.8.64.post1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

tdjson-1.8.64.post1-cp314-cp314t-macosx_11_0_arm64.whl (14.1 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

tdjson-1.8.64.post1-cp314-cp314-win_amd64.whl (12.6 MB view details)

Uploaded CPython 3.14Windows x86-64

tdjson-1.8.64.post1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

tdjson-1.8.64.post1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

tdjson-1.8.64.post1-cp314-cp314-macosx_11_0_arm64.whl (14.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

tdjson-1.8.64.post1-cp313-cp313-win_amd64.whl (12.2 MB view details)

Uploaded CPython 3.13Windows x86-64

tdjson-1.8.64.post1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

tdjson-1.8.64.post1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

tdjson-1.8.64.post1-cp313-cp313-macosx_11_0_arm64.whl (14.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

tdjson-1.8.64.post1-cp312-cp312-win_amd64.whl (12.2 MB view details)

Uploaded CPython 3.12Windows x86-64

tdjson-1.8.64.post1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

tdjson-1.8.64.post1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

tdjson-1.8.64.post1-cp312-cp312-macosx_11_0_arm64.whl (14.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tdjson-1.8.64.post1-cp311-cp311-win_amd64.whl (12.2 MB view details)

Uploaded CPython 3.11Windows x86-64

tdjson-1.8.64.post1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

tdjson-1.8.64.post1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

tdjson-1.8.64.post1-cp311-cp311-macosx_11_0_arm64.whl (14.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tdjson-1.8.64.post1-cp310-cp310-win_amd64.whl (12.2 MB view details)

Uploaded CPython 3.10Windows x86-64

tdjson-1.8.64.post1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

tdjson-1.8.64.post1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

tdjson-1.8.64.post1-cp310-cp310-macosx_11_0_arm64.whl (14.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

tdjson-1.8.64.post1-cp39-cp39-win_amd64.whl (12.2 MB view details)

Uploaded CPython 3.9Windows x86-64

tdjson-1.8.64.post1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

tdjson-1.8.64.post1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

tdjson-1.8.64.post1-cp39-cp39-macosx_11_0_arm64.whl (14.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file tdjson-1.8.64.post1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3e0ade64cd7964b001cd8f5711cd33472283c179baea596f2cf64283e517e343
MD5 3517eb1a3316285a1d21f76d81e7f66a
BLAKE2b-256 9203f327ff7a011244bf1d5a3fd77d7ceffe90206598c6e7b0c8f91dfb94f198

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1f62e804bdffee8838a1d359f9f23bd9ebd3dc4782ae2aa37d8bf2ef4e4452f8
MD5 491b2df886a21a564ace9ee7dd77e2f1
BLAKE2b-256 d5c0308c49290443a732e312399c892c17881acf522728f2c71b4e8ab4c37c80

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2209c2bd1eecd52212a9d2831af3f80674c9f997406990aa21af0d9ee091e7bb
MD5 270890ee2696f197806d4d186804d3b6
BLAKE2b-256 62cd60f79f9b86f611abd6c8fd0af9173e7413898ae2e7521abeb94d60b1f322

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8545dd29ec5f780758f43600a72f5ea63bafb299a9cd7645018176408e57277a
MD5 5f5e3c6ed3259d5e21d70d5f94266dfb
BLAKE2b-256 1786a03e6eb4e0250e21b4072d76d8ccdc57eda682c7ae99b0eee1877a1754b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4d3f542b2db48ef1368e651091d918c1a01ced7611cfcfa4225911894ba633b0
MD5 be09a585e66dde0bc9acd1d7f8f49322
BLAKE2b-256 291b61d9a2e7cc82546414301a802192e72b73c46fa64199ba03c47a4393c047

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 24b8a3763fdc21f66a3c7e57447b065f5721275781d9d00004d354497938f345
MD5 5560105413aeb84f2298129f29868f65
BLAKE2b-256 80d12d4fc045d38e4a0532210b6f9f438b5f0e7b9584241892717bf11bddd685

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c767c5cb7a1e5372631731c2b323556d78e2323c1494bc566f76a8f8bbb83203
MD5 32870b51d67f0d3e5f6041410def200f
BLAKE2b-256 6bc6de220025bc041fcf49d56bb7bad5ba769d582af415efe25e1cbad91b3921

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b7bb4cc21d575af51b40662d0f341788eca7a204814c17e2ec3f6a0f0645283
MD5 d8329d18f252d80c2e793534c6f05df6
BLAKE2b-256 ca73cdb092e1f25740fa7cc90b4d8f32c7c7cfe3177b2198c002d0e26419b052

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8aacf50374d01478c8f2a5a08e7c0a150108465bb9f0f35a351817b1c9ece1c7
MD5 04eb1daf12bb9c031989f5275b3fb4b0
BLAKE2b-256 c8f61a98ade4dd9bd0cfdd6df2695d7a78a64667d9a6051fa0b240e734c02bb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 95b7e85f6af9ebe3a9a699eb0d002273c82376a5c76e444bc7d4feaf200e469b
MD5 987a81e4e2e38604333d9aefbf91e4b8
BLAKE2b-256 a5550e6ecb5bd1f00e16854646ec85c0ee662a738a38fff23da86e4c4eb34661

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ac8cfad1c38e24f2eac30ee1955f92c94fd85f675c811daa1a0e402a422308ca
MD5 695ee5d382f969204bc00c221cd96f35
BLAKE2b-256 cfbe675ad768a38fe1ec9c528492b43bda95936a69510a3cb440c7bb20e52686

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4b806f9bc1aa67128f7491cedf7fb09bc2ceff76d9d409681dcffc913134f38
MD5 9b3251198b238cba24ccce2d4780ca1f
BLAKE2b-256 281c963eee102cd9387fa5dd7d343eee882c72c1c3d3d2f1a6f6277027b507ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6e43158926ba825f833028e4b7057256610fb68dc42276150c490c2bbdb01950
MD5 edce147f2cd802c26927271cb04d8f88
BLAKE2b-256 dbec89112e882d4e9307e4d4369fe90868de4e9304e49462325ba67f8cdfa6db

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3df4b15301fcc5b776dfbbd8f8c65581ad0853da9fe02567a8fede5cf710b7b9
MD5 8fcb9c1a887f167cb767e5402e671be0
BLAKE2b-256 83781974c6f89f379034da93102196c1d3e1efe8aad9b01949fc3a582bca82d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f371e3e89d30b1663845959d47c133e57012264d53e437257e576e36dbf93719
MD5 ef6d57b1cecaf8702d66d6d557b29211
BLAKE2b-256 bb2852da3091fe0f142bee89ee784d695ab22c85afb4be390a2e2a690f9f5acc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a647350e0d878bda755be2cfe62dbea0f148b3193f7c2ac3da0a2f896bdc8b0
MD5 978f2e06567fb0a6382585151d6419ab
BLAKE2b-256 9c1299e4a5693a19fa81bfc41dfb167f9f40a07894d85a21855dbae55ab8d957

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 02212191335ea547431456c464e61b137911d9cb6c37988d1294571e2554547d
MD5 0917aeba5b204d2c96ea30ef105a9d99
BLAKE2b-256 578a785b5050ccf0b0d7f7532cfe808da39170622d01da330b946fec3ea61c27

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b5e9ffeb42b86c34561d280b2f4abdb10f76963ab8aea73601d09d6523008af4
MD5 b153739c699ad6827465b06cea5b6b33
BLAKE2b-256 8b98e76aa10cbea9cf3d0c636236da7961281c0fd624a96f6ba1b785644fb434

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 acdcd3232c25156c6643a2fd97d69d17d047f26d5b861894874ba94bbe84b543
MD5 2316c1e36a78f98bb58f0ea73caa5395
BLAKE2b-256 fcf6ac9d34323f0530fa47a0e31207e338ec9d9e3c1b2c42187d67bfd04578e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eeec1d15cb66fde62640c1a3882912fdde0d60d4cbe08026a6cd0f22b0731664
MD5 b6f336f71c31d915f0cb47d90ebc6610
BLAKE2b-256 8e0dc481f0692fd40260cc94e2dcb04989c4f2a0e0d02b0a0ae1e48e104a1877

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 44b3f553c7bd324c654b34bdd18cb15d370a3705320478f7f9783e831ad386d3
MD5 c51e8eabb834e9fd9ccebe1eb3698539
BLAKE2b-256 6c94183500fbf4187f68b0654f5cc0e5ff7ea99de430441d82e83883dc0ab3f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b210a8f977e91c2c87327b553671346057dd9d33d4d5cd715513c5de9417977c
MD5 8befdd4590fe64bf3b6655c726fd5715
BLAKE2b-256 9c86ee5df330e0f559a096f7daa461fe6b43ca8410007774692259271f52fbe0

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 863d649a759644da9918ffa32a90e7829c072e5d12b4e0a725fcf06e03bb0bea
MD5 011b441bcf90b1f984a99d65a2060139
BLAKE2b-256 f6a21c14c5de15e88aa031e883f5c31b518bcb7d99dca9f6cdcb21aacdb438aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17fce7d70f3584eb41b1fcddda09ad323f9d1a701cf3ee67cd6cfd44789386e8
MD5 5b8642504b2e8fe33cbf73d9c8bd3da0
BLAKE2b-256 d845afd2a0aa87bb40982ae2774b50144085d04e100d24e3ae0e923e4783e21b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6517a3e7594a8106480c7b1babc222facd0007e2ec891705c9a6f53a1e3819a5
MD5 fb26edb460b906f61f35214917c858ee
BLAKE2b-256 ccc5044f29a0500937569742a9f9069e3827745b2ce0ee567f509be7a5b7fa2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a6d76a343a85f34ba581fd524f4fc5fe57e43dea51d6e31bf10789566654c86a
MD5 712f3ec0c331d5f0f59b1b28e7d90bc1
BLAKE2b-256 cfca2257e4a91c9572015f97884d88829fe06799f712af5909944b52c5e32e1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 969422441aa160a49780683c73d41125c712af7f6f17284a7710a5da6ac54f5e
MD5 6786928cf063e4a0d5f7abc73c27bc44
BLAKE2b-256 9ce62a3a556b9aca85171f1910a0feff51c806e164f961d736174166bfa4d814

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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.64.post1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tdjson-1.8.64.post1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5052c9f8378c761d2fa9144e0e6791cc5359e2b7525aa13ed4864f69bb4f0910
MD5 1fd4ae11ffd924caff768c435bd8dbe7
BLAKE2b-256 939e52e0584ac2fb3a7aa2de3f3181e8997282088a59867369d5abffcc3c8d6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.64.post1-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