Skip to main content

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

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.66-cp314-cp314t-win_amd64.whl (12.9 MB view details)

Uploaded CPython 3.14tWindows x86-64

tdjson-1.8.66-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

tdjson-1.8.66-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

tdjson-1.8.66-cp314-cp314t-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

tdjson-1.8.66-cp314-cp314-win_amd64.whl (12.9 MB view details)

Uploaded CPython 3.14Windows x86-64

tdjson-1.8.66-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

tdjson-1.8.66-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

tdjson-1.8.66-cp314-cp314-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

tdjson-1.8.66-cp313-cp313-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.13Windows x86-64

tdjson-1.8.66-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

tdjson-1.8.66-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

tdjson-1.8.66-cp313-cp313-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

tdjson-1.8.66-cp312-cp312-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.12Windows x86-64

tdjson-1.8.66-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

tdjson-1.8.66-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

tdjson-1.8.66-cp312-cp312-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tdjson-1.8.66-cp311-cp311-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.11Windows x86-64

tdjson-1.8.66-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

tdjson-1.8.66-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

tdjson-1.8.66-cp311-cp311-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tdjson-1.8.66-cp310-cp310-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.10Windows x86-64

tdjson-1.8.66-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

tdjson-1.8.66-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

tdjson-1.8.66-cp310-cp310-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

tdjson-1.8.66-cp39-cp39-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.9Windows x86-64

tdjson-1.8.66-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

tdjson-1.8.66-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

tdjson-1.8.66-cp39-cp39-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: tdjson-1.8.66-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 12.9 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.66-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 4a98e5e71a8ddb8e88667bc7ed6a16b25ee0580986d5ccdec460a1593dfc158e
MD5 843177e0427b5c771976eb4367733108
BLAKE2b-256 920a8f57d9ef5347e7a8a1e235839090d9b75ae6906187a553926cff59c0331e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d0eb12c4613bb22adb7b34fbb9ae403f254ba734ecad05966812d975676373ec
MD5 56644b931d4130d3cd2e4aaa4963de75
BLAKE2b-256 af1699f0fca53926d21c7144c5d8ac506161e022ff26886ca26226d71c37a9fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 de7f734ff6725c0cca3178b997b20c049126ab5154a87c634658bfd5a1501942
MD5 8d38776e200ca91049dc414d92aabacd
BLAKE2b-256 eaac7ec32425ded76ac01b9397c3823bb27a0cd43b38a6717f8e81570d76c93a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07fa5ca1da2b9826fb5b97b5c319d3b5a92065cfc357243c654b2f0797db96f9
MD5 8748e502e0bca6ad7f54d22b3853aedc
BLAKE2b-256 72584b19ad3bd7674acbf398847dd4b902fd87a6e205e5ca8ae10d97b07fbfd7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: tdjson-1.8.66-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 12.9 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.66-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4d050b331e85ea3af225355981da0aef58a2cf547ba58d482662f42a1bcdef97
MD5 fe0c4aab3f5c5767750424208fa22275
BLAKE2b-256 d7fa3adfaa3a63fc2ce93dbaac77ec8ab910e811ee4102643f54e0d08db62ba6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a80e8e483f0523ae697e9d21e573035227451dd9233d19ab97fe01578e88ad0e
MD5 bc0f2a273663ba1c1a411c0093cccfc5
BLAKE2b-256 abed66f155a449bb27ca9e2b9d7be9c60c9a3a846c37f505a9a4f65451b4b8fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8bb58540c771ea4011e54f3d78a45c215de37ce54941a58f602a95c572080b15
MD5 251a15b1be771cebf33a0207bb63260e
BLAKE2b-256 c8fd2edda46dcd1e51568ec44d8b1cda0ed07f42e54b2ec8119027ea1e6a7f66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca5f03cf9e9564521fb8f9316131fca6354ab3db5e37634e678c7ead8d987242
MD5 089e8ab3aee13408a2f6cbd500b88803
BLAKE2b-256 1cba650188b9b101387eacc1ce7a27359eb6925251bcb0cf8b45dbddc6342058

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: tdjson-1.8.66-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 12.5 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.66-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 333ad3b40ccb9a43a1b2f7c563c682dafba7d0f03f5c057bc6dd4c1a5fb9f2d5
MD5 4cf655d3b42501454af8fd11734c474e
BLAKE2b-256 3c9f61e9178bddf614e5b2146d183b6233225d3c687f758c08f86b7300fd689c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f45b656683f5c08a1eaef9503ed4c32ff6277805d3873c388d041d7a83e0e925
MD5 e584f02fecad2ea17fb6edb90abe96a4
BLAKE2b-256 15198ab99de7766cfd65d0ed416117db8f52cb1f5be47b28b61b7bf476310376

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 06b05c5a611ec4896a55c7e17e2457c588f2593675830ee55c49b2dc403d3055
MD5 35380abedb6c485ffa3b61845aabfa71
BLAKE2b-256 a8799ae787d86aa28b1e380009ba4a47a0fdd19068fd455bbe6ed6a1b2167c61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1dcea51c05b52b553930b3cfd4e4414ed0ff3be36c2716b44f00280e3bcd3482
MD5 197eb234b98b2e1c009fc6a4bd8a7abb
BLAKE2b-256 19c1465727555a67f7d933cca554a2668d143f9b41a65d5042d74a9495ea963a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: tdjson-1.8.66-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 12.5 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.66-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 da36e6af9b1a6377d4189c76cd1cc4a4fdfd696a8f4614721e5fdca0acfc97cc
MD5 bbe8c15d73417092f23d18a019a68ff7
BLAKE2b-256 54db98145817fb08e7ea5d066767b97943e94ebab086267979eab861b33bf5e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 35a27f62ded98ec490f7422b7098d0a26634019874ab46f444f82fc2ff1fdcfc
MD5 c9fe581ca0d6332ef9c8679e74111217
BLAKE2b-256 eef96788fe7a0aa1f008b4c8fce664ee5ae24bd366bdb37c78fbc1ca5970fdca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 bae8c66f2de7031329f242c78300102b2c4958a9cdbd0601924244514dd150ab
MD5 d2108f7cd66972b03ed6edbba2710355
BLAKE2b-256 ad1994f7365892621615d4f396b3c3d81df28b5e88817ba4836b6ce7af6a6808

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a9e4ee94c0af301ebac6fff53aaaa44c76bea4de7f3fd6ca1b9e6fce083a397
MD5 605a7d2efedaf9c6b63c49d487e23261
BLAKE2b-256 02b087ff4a1f52bee5f8dbef2ef72e7591b85690c07feb0a2bd54e355be1feb1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: tdjson-1.8.66-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 12.5 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.66-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d70d45c7d134d79a80915e27f1985f15383d5b9efbb56885758f5c90991b147f
MD5 9bf0109632a0e7b6801ffa27fe607add
BLAKE2b-256 4a6290043588f73652f23a2b33e4c0e202a35b8e7e43a542a3d45bd5d4812204

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d2a96815bc58a985309ddd221d8386e447865eb30c5943d8c49e340777cc9e13
MD5 3f5263f05d90ab57face83da8f54b798
BLAKE2b-256 220a5a8bf30c2b08235fdff9192903ca3fc1badeedb0ad6a1f7c85ec3feb224a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a6e3e423bf14af8679086bb7e68dc55640802635f04f66e8fef33777df5bf133
MD5 5a9d1b0a76e48d3365c59c02917fbc97
BLAKE2b-256 b43555cfab1fce800b261f217b13f8f339b30e5b537a82f96fb2b3dfd67542c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b75a1b6a9474016d4ce0341311bf2e98279c5f3646d666190749e5c637d4f69
MD5 a499045e1ce4d92edbc4ed84a9d5fd23
BLAKE2b-256 8e6e677301e85db98fbb1657dd98c6dd00171d7d8475fac4ec272453c29fc185

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: tdjson-1.8.66-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 12.5 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.66-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e5553962675dcc17af2a0cf8930b4a33d62f9b5c81c9393dac9e22246685d75b
MD5 71ab6985276d306f90d5ced3ada4826a
BLAKE2b-256 f5aaa89b8d118623295e554db6f2f5b1204c8e60fe9bb8320ea274a11a71aaf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4c450d28e7555ba5aae4e2180fa05d1c2d10c73e2cd6c4a1504ed8eee686c065
MD5 d913a7164f994f0fc3fb4573b56460a8
BLAKE2b-256 85e394b905c8af2823b1714423ee43d975c2ca808ee119e33fa3b8d76f3861b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6a8c6b0aa43e00745ed3add960ba7a75a654e54c5f86ebf6d17f19332086555b
MD5 de538923f3f42ea40849e56c1b79b5c5
BLAKE2b-256 c8b6b4bec43dd33111edece02d17dcf922d7f38d7cb5ef4ce34ba132bc3152be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 242a8436ecb921d7855a9abdc8b8c78755ec9e71439ea4b314ffe51023dc9356
MD5 2a84d4fbbacd9920d7c9f56ff7fbdfc1
BLAKE2b-256 36c940ce57873b0a6629844386d7d21c5c1533b3e988202f1def62e6e4707845

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: tdjson-1.8.66-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 12.5 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.66-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4d04c1b06e35941a6d5f2ad5a56a6881d2da3575d20489edace5e662e0788ee6
MD5 971dbd597bb22e7d5c6000e650a5021a
BLAKE2b-256 142a12ac7c7a1911c2376b267079e20685071eb39b7b3b409f118b3bec6cfe26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d40354a11f0a5786863cb3792443bfd4b732a8dfa67fc5e75a8ccf20251d0b92
MD5 5ecc09cb06dcc65c43e06e4454131446
BLAKE2b-256 34bc9de3ea0a0f6ddf22440a1ed685998a6beb9d351ff2c588472c3263a767f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 11fe8749568f3243a5a7ab87654e135e7ee1f0fe7148e88136a179b405191a1a
MD5 6336e2446525ef298fab8e141d067b1d
BLAKE2b-256 5543e60de439982bee4fadef09482fc0d1ce5f18baccb063184465ef8939f2a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tdjson-1.8.66-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70ec6768d328c701120257f856d658cb6618f3209a1d2349ff148480789c27ff
MD5 a4ef822c34607c81296906ba4640907c
BLAKE2b-256 7be9ea09ed72925213783300f846195d3e7179ce9206eccdde8d2a0fe2323179

See more details on using hashes here.

Provenance

The following attestation bundles were made for tdjson-1.8.66-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 Sentry Error logging StatusPage Status page