tracktolib 0.66.2__py3-none-any.whl → 0.66.3__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.
tracktolib/s3/s3.py
CHANGED
|
@@ -1,15 +1,8 @@
|
|
|
1
1
|
import datetime as dt
|
|
2
|
-
import warnings
|
|
3
2
|
from io import BytesIO
|
|
4
3
|
from pathlib import Path
|
|
5
4
|
from typing import TypedDict, Literal, Callable
|
|
6
5
|
|
|
7
|
-
warnings.warn(
|
|
8
|
-
"tracktolib.s3.s3 is deprecated, use tracktolib.s3.niquests instead",
|
|
9
|
-
DeprecationWarning,
|
|
10
|
-
stacklevel=2,
|
|
11
|
-
)
|
|
12
|
-
|
|
13
6
|
try:
|
|
14
7
|
from aiobotocore.client import AioBaseClient
|
|
15
8
|
except ImportError:
|
|
@@ -13,9 +13,9 @@ tracktolib/pg_utils.py,sha256=ArYNdf9qsdYdzGEWmev8tZpyx8_1jaGGdkfYkauM7UM,2582
|
|
|
13
13
|
tracktolib/s3/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
14
14
|
tracktolib/s3/minio.py,sha256=wMEjkSes9Fp39fD17IctALpD6zB2xwDRQEmO7Vzan3g,1387
|
|
15
15
|
tracktolib/s3/niquests.py,sha256=HTKEDyD9W30Ru7jeNSl9gOHgpa3UHkEdQD6cBVp_l0Q,23206
|
|
16
|
-
tracktolib/s3/s3.py,sha256=
|
|
16
|
+
tracktolib/s3/s3.py,sha256=Vi3Q6DLBm44gz6fXx6uzdbGEtJly6KzdgLYHJwU6r-U,4922
|
|
17
17
|
tracktolib/tests.py,sha256=gKE--epQjgMZGXc5ydbl4zjOdmwztJS42UMV0p4hXEA,399
|
|
18
18
|
tracktolib/utils.py,sha256=FP87gbL27zHXaI9My2VZYEG5ZJ7eL6SiljW5MyRutOY,6553
|
|
19
|
-
tracktolib-0.66.
|
|
20
|
-
tracktolib-0.66.
|
|
21
|
-
tracktolib-0.66.
|
|
19
|
+
tracktolib-0.66.3.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
|
|
20
|
+
tracktolib-0.66.3.dist-info/METADATA,sha256=4ELI18eTlJ46kdn2LLwFXwXYB-d8ZvEr1qm02lY_x78,4045
|
|
21
|
+
tracktolib-0.66.3.dist-info/RECORD,,
|
|
File without changes
|