tdjson 1.8.56.post2__cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl → 1.8.56.post3__cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tdjson might be problematic. Click here for more details.
- tdjson/__init__.py +1 -1
- {tdjson-1.8.56.post2.dist-info → tdjson-1.8.56.post3.dist-info}/METADATA +3 -3
- {tdjson-1.8.56.post2.dist-info → tdjson-1.8.56.post3.dist-info}/RECORD +5 -5
- {tdjson-1.8.56.post2.dist-info → tdjson-1.8.56.post3.dist-info}/WHEEL +0 -0
- {tdjson-1.8.56.post2.dist-info → tdjson-1.8.56.post3.dist-info}/licenses/LICENSE +0 -0
tdjson/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tdjson
|
|
3
|
-
Version: 1.8.56.
|
|
3
|
+
Version: 1.8.56.post3
|
|
4
4
|
Summary: High-performance Python binding for TDLib JSON interface. Works on Linux x86_64, includes pre-built TDLib, and outperforms python ctypes
|
|
5
5
|
Keywords: tdlib,telegram,python-binding,high-performance,linux
|
|
6
6
|
Author-Email: AYMEN Mohammed <let.me.code.safe@gmail.com>
|
|
@@ -10,13 +10,13 @@ Project-URL: Tracker, https://github.com/AYMENJD/tdjson/issues
|
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
|
|
13
|
-
# tdjson [](https://pypi.org/project/tdjson) [](https://github.com/tdlib/td) [](https://pepy.tech/project/tdjson)
|
|
14
14
|
|
|
15
15
|
`tdjson` is a high-performance Python binding for [TDLib](https://github.com/tdlib/td)'s JSON interface. Outperforms `ctypes`, and **includes** `TDLib` for easy setup and use. Mainly created for [Pytdbot](https://github.com/pytdbot/client)
|
|
16
16
|
|
|
17
17
|
## Compatibility
|
|
18
18
|
|
|
19
|
-
`tdjson` is compatible with
|
|
19
|
+
`tdjson` is compatible with most Linux `x86_64` and `aarch64` (arm64) distributions that use `glibc 2.17+`. This includes most modern Linux distributions:
|
|
20
20
|
|
|
21
21
|
- Debian 8+
|
|
22
22
|
- Ubuntu 13.10+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
tdjson/__init__.py,sha256=
|
|
1
|
+
tdjson/__init__.py,sha256=5qjkvaFXxyniVP02FE-c2wTw3aQUgPuBX3q0F4xpyDA,180
|
|
2
2
|
tdjson/tdjson.cpp,sha256=LjAXJawYy3IC3uwGqSfA7ZT9Z2ipavH9fGgJifWYhPk,913
|
|
3
3
|
tdjson/tdjson_ext.cpython-313t-aarch64-linux-gnu.so,sha256=1zNhwh5U0lsQ2a2H05vRd4bZoj5t0aNB9kNMzH2k3R4,284745
|
|
4
4
|
tdjson.libs/libtdjson-6a895c40.so.1.8.56,sha256=rTD-0dCs8Xlt1wvwnofAgGApOoBbidRYtNEz5SlDrSU,47977825
|
|
5
|
-
tdjson-1.8.56.
|
|
6
|
-
tdjson-1.8.56.
|
|
7
|
-
tdjson-1.8.56.
|
|
8
|
-
tdjson-1.8.56.
|
|
5
|
+
tdjson-1.8.56.post3.dist-info/METADATA,sha256=cCHQKYK9JEwtrcMDfcpCN3pToe5E_g9xPjhxEJpQhNk,2282
|
|
6
|
+
tdjson-1.8.56.post3.dist-info/WHEEL,sha256=PK9KRFBmbREBLKo4ImeOC9rUTBoI_ASUXElbaYiRcck,160
|
|
7
|
+
tdjson-1.8.56.post3.dist-info/RECORD,,
|
|
8
|
+
tdjson-1.8.56.post3.dist-info/licenses/LICENSE,sha256=3jrkn9HjeTzK88qyzmN2AEDvTZiXXi1tpZflpm4o29c,1062
|
|
File without changes
|
|
File without changes
|