speedy-utils 1.0.20__py3-none-any.whl → 1.0.21__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.
- speedy_utils/common/utils_cache.py +2 -2
- {speedy_utils-1.0.20.dist-info → speedy_utils-1.0.21.dist-info}/METADATA +1 -1
- {speedy_utils-1.0.20.dist-info → speedy_utils-1.0.21.dist-info}/RECORD +5 -5
- {speedy_utils-1.0.20.dist-info → speedy_utils-1.0.21.dist-info}/WHEEL +0 -0
- {speedy_utils-1.0.20.dist-info → speedy_utils-1.0.21.dist-info}/entry_points.txt +0 -0
|
@@ -14,8 +14,8 @@ import xxhash
|
|
|
14
14
|
from loguru import logger
|
|
15
15
|
from pydantic import BaseModel
|
|
16
16
|
|
|
17
|
-
from
|
|
18
|
-
from
|
|
17
|
+
from speedy_utils.common.utils_io import dump_json_or_pickle, load_json_or_pickle
|
|
18
|
+
from speedy_utils.common.utils_misc import mkdir_or_exist
|
|
19
19
|
|
|
20
20
|
SPEED_CACHE_DIR = osp.join(osp.expanduser("~"), ".cache/speedy_cache")
|
|
21
21
|
LRU_MEM_CACHE = cachetools.LRUCache(maxsize=128_000)
|
|
@@ -21,7 +21,7 @@ speedy_utils/common/function_decorator.py,sha256=BspJ0YuGL6elS7lWBAgELZ-sCfED_1N
|
|
|
21
21
|
speedy_utils/common/logger.py,sha256=JqW9gG4ujfq4RldNeYP2p52BYgCwjkYeGGYyzLn6mfY,6422
|
|
22
22
|
speedy_utils/common/notebook_utils.py,sha256=7tFXMaE365ubrD9VCwDoZe7oBqZ2qG5t_Vla4Qvg1M8,2062
|
|
23
23
|
speedy_utils/common/report_manager.py,sha256=sEuwLcyYpYlj9uxIsC8yiAu1eirydkQIldKRtFStswI,3894
|
|
24
|
-
speedy_utils/common/utils_cache.py,sha256=
|
|
24
|
+
speedy_utils/common/utils_cache.py,sha256=NsPf6rWV-Y4pFvrhKXtTQpfcxpSNAejE8JHzmzbb-Q4,8416
|
|
25
25
|
speedy_utils/common/utils_io.py,sha256=d7PKz5tOPrwHDr7GXuYmILvjXJOFEwfzAEIuUcYaI60,4790
|
|
26
26
|
speedy_utils/common/utils_misc.py,sha256=cdEuBBpiB1xpuzj0UBDHDuTIerqsMIw37ENq6EXliOw,1795
|
|
27
27
|
speedy_utils/common/utils_print.py,sha256=iQqnOYw2EFC8TqeSDbrcnIQAUKT7FbB8Mec8b2aGAzw,4833
|
|
@@ -31,7 +31,7 @@ speedy_utils/multi_worker/thread.py,sha256=9pXjvgjD0s0Hp0cZ6I3M0ndp1OlYZ1yvqbs_b
|
|
|
31
31
|
speedy_utils/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
32
|
speedy_utils/scripts/mpython.py,sha256=73PHm1jqbCt2APN4xuNjD0VDKwzOj4EZsViEMQiZU2g,3853
|
|
33
33
|
speedy_utils/scripts/openapi_client_codegen.py,sha256=f2125S_q0PILgH5dyzoKRz7pIvNEjCkzpi4Q4pPFRZE,9683
|
|
34
|
-
speedy_utils-1.0.
|
|
35
|
-
speedy_utils-1.0.
|
|
36
|
-
speedy_utils-1.0.
|
|
37
|
-
speedy_utils-1.0.
|
|
34
|
+
speedy_utils-1.0.21.dist-info/METADATA,sha256=6OzFN9FlcbRmdnnYeDffIt9EYEZvPzZT6uxupCXT56k,7442
|
|
35
|
+
speedy_utils-1.0.21.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
36
|
+
speedy_utils-1.0.21.dist-info/entry_points.txt,sha256=T1t85jwx8fK6m5msdkBGIXH5R5Kd0zSL0S6erXERPzg,237
|
|
37
|
+
speedy_utils-1.0.21.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|