mtbase 4.32.32__py3-none-any.whl → 4.32.33__py3-none-any.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.
- mt/asyncio/__init__.py +5 -2
- mt/base/version.py +1 -1
- {mtbase-4.32.32.dist-info → mtbase-4.32.33.dist-info}/METADATA +1 -1
- {mtbase-4.32.32.dist-info → mtbase-4.32.33.dist-info}/RECORD +8 -8
- {mtbase-4.32.32.data → mtbase-4.32.33.data}/scripts/path_exists +0 -0
- {mtbase-4.32.32.dist-info → mtbase-4.32.33.dist-info}/WHEEL +0 -0
- {mtbase-4.32.32.dist-info → mtbase-4.32.33.dist-info}/licenses/LICENSE +0 -0
- {mtbase-4.32.32.dist-info → mtbase-4.32.33.dist-info}/top_level.txt +0 -0
mt/asyncio/__init__.py
CHANGED
@@ -38,6 +38,9 @@ if Version(platform.python_version()) < Version("3.11"):
|
|
38
38
|
try:
|
39
39
|
from taskgroup import run, TaskGroup, timeout
|
40
40
|
except ImportError:
|
41
|
-
|
42
|
-
|
41
|
+
import warnings
|
42
|
+
|
43
|
+
warnings.warn
|
44
|
+
(
|
45
|
+
f"For python {platform.python_version()}, mt.asyncio relies on asyncio.timeout() of Python 3.11+ for efficiency reasons. Please pip install package 'taskgroup' if possible. Otherwise, please ignore this warning message as lack of asyncio.timeout() only affects efficiency."
|
43
46
|
)
|
mt/base/version.py
CHANGED
@@ -4,7 +4,7 @@ mt/aio/files.py,sha256=tjF4kBsrZ35Jon_UfE0nCN3CiQFddZFNDOvXAKUmlDk,13835
|
|
4
4
|
mt/aio/multiprocessing.py,sha256=G43P7bN10J7UqTYCsa1eh3VatJWEbLEqg1xNK3MKWdk,8978
|
5
5
|
mt/aio/path.py,sha256=d-zE88pTD65-KskLi6j_1Hdys7NXrDOOmHqUyHYxehY,10041
|
6
6
|
mt/aio/procedure.py,sha256=eJ4AtCxqvDDxGrz-Pycred1CJRfD60VPvjUaaJ0OhYM,3323
|
7
|
-
mt/asyncio/__init__.py,sha256=
|
7
|
+
mt/asyncio/__init__.py,sha256=vMs19Dk9pXzSVqfW7S--D4wBhVUIlPm7zKAndh9aHps,1240
|
8
8
|
mt/base/__init__.py,sha256=LUzWBMDVFvn-p1EJrt8PVXSBsZL9KHaosjIDTmYROsY,1738
|
9
9
|
mt/base/bg_invoke.py,sha256=leV0EfoOmkuJp_FuvKc3XEBmxAOBFNLkPY6YuhQO7sQ,15828
|
10
10
|
mt/base/casting.py,sha256=yHmHDzISEsarasHQXg6MmqNYuxt1Ab4MYj8Okh2-oN8,2471
|
@@ -25,7 +25,7 @@ mt/base/s3.py,sha256=dt-ph2pBv2oplddlRHCkbP58i4P-g60US6DhC4vAKAA,20083
|
|
25
25
|
mt/base/str.py,sha256=_R1GRJG8XEfUwabz_dsMD-g0zf3bF4b41_L3vXmiI0o,3580
|
26
26
|
mt/base/terminal.py,sha256=_23Kk7oihgCbe2yjJw2SQrTCqymSi-drejn1SWIS6IY,104
|
27
27
|
mt/base/threading.py,sha256=MTVjpaTg_sbZWCksoP_5iMVYFjjUxrgpYBMOWxFY4Ms,110
|
28
|
-
mt/base/version.py,sha256=
|
28
|
+
mt/base/version.py,sha256=gadNR2bqSX7kjDBLjutv0pQPT_7rlSZEnR7-r0o_Pbs,208
|
29
29
|
mt/base/zipfile.py,sha256=SnsBCaPlPw300_mi7WYB6wSqjvW-U_g96vS2S9JwrnE,1765
|
30
30
|
mt/concurrency/__init__.py,sha256=jF7NoWRKap-QhuJaJZ3EUpfrn2HaZa_8MAS0bT325AY,428
|
31
31
|
mt/concurrency/aio.py,sha256=efStmaQ6JkqdS7fQTcvCmOVH3ylqyKsEG8tjXhZQIZs,24785
|
@@ -58,9 +58,9 @@ mt/time/__init__.py,sha256=lAjC0En0X0spHTu2YC120AchNlv1SzHgQlX0RmXWLEc,2158
|
|
58
58
|
mt/tp/__init__.py,sha256=TvEzpRQpi8eKdt-mGhX6mgkY3V4zB-0RWNf-BiRm1vU,633
|
59
59
|
mt/traceback/__init__.py,sha256=4WUtGbPklLM9s-jlQQrQiFuEaTbKQKeV1DEzRj_HfYY,3648
|
60
60
|
mt/v4l2/__init__.py,sha256=s5a0Ve3QI0I2F2q192qLKfw8dPvcrHRy1JCdpMQz8cE,870
|
61
|
-
mtbase-4.32.
|
62
|
-
mtbase-4.32.
|
63
|
-
mtbase-4.32.
|
64
|
-
mtbase-4.32.
|
65
|
-
mtbase-4.32.
|
66
|
-
mtbase-4.32.
|
61
|
+
mtbase-4.32.33.data/scripts/path_exists,sha256=9rYAZNiVEeTTi-hKM8NkQVIZOaEQkWE_WVw72avfUDo,690
|
62
|
+
mtbase-4.32.33.dist-info/licenses/LICENSE,sha256=PojkRlQzTT5Eg6Nj03XoIVEefN3u8iiIFf1p4rqe_t4,1070
|
63
|
+
mtbase-4.32.33.dist-info/METADATA,sha256=ob6x73Ti1zuUcxdAWVQhVA_FqasObtkRG-I8AGr_dgM,806
|
64
|
+
mtbase-4.32.33.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
65
|
+
mtbase-4.32.33.dist-info/top_level.txt,sha256=WcqGFu9cV7iMZg09iam8eNxUvGpLSKKF2Iubf6SJVOo,3
|
66
|
+
mtbase-4.32.33.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|