collections-cache 0.2.5.20250303__py3-none-any.whl → 0.2.6.20250303__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.
- collections_cache/collections_cache.py +1 -0
- {collections_cache-0.2.5.20250303.dist-info → collections_cache-0.2.6.20250303.dist-info}/METADATA +1 -1
- collections_cache-0.2.6.20250303.dist-info/RECORD +6 -0
- collections_cache-0.2.5.20250303.dist-info/RECORD +0 -6
- {collections_cache-0.2.5.20250303.dist-info → collections_cache-0.2.6.20250303.dist-info}/LICENSE +0 -0
- {collections_cache-0.2.5.20250303.dist-info → collections_cache-0.2.6.20250303.dist-info}/WHEEL +0 -0
@@ -70,6 +70,7 @@ class Collection_Cache:
|
|
70
70
|
"""Used to store values and associate a value with a key."""
|
71
71
|
t = Thread_Exec(target=self.set_key_exec, args=(key, value))
|
72
72
|
t.start()
|
73
|
+
t.join()
|
73
74
|
|
74
75
|
def set_key_exec(self, key: str, value: any):
|
75
76
|
"""Used to store values and associate a value with a key."""
|
{collections_cache-0.2.5.20250303.dist-info → collections_cache-0.2.6.20250303.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: collections-cache
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.6.20250303
|
4
4
|
Summary: collections-cache is a Python package for managing data collections across multiple SQLite databases. It allows efficient storage, retrieval, and updating of key-value pairs, supporting various data types serialized with pickle. The package uses parallel processing for fast access and manipulation of large collections.
|
5
5
|
License: MIT
|
6
6
|
Author: Luiz-Trindade
|
@@ -0,0 +1,6 @@
|
|
1
|
+
collections_cache/__init__.py,sha256=uUp8lhp-HnZRumnU_8MT6qVq95t0pOzn7oLW7ARbnvc,48
|
2
|
+
collections_cache/collections_cache.py,sha256=pcw-JhqY8KpYpZ6RzR_AXNYoCg5aYM8QCtBy4tcWnv0,5382
|
3
|
+
collections_cache-0.2.6.20250303.dist-info/LICENSE,sha256=RAIL-FmXSiNRgyiVlfhm2SvVI4XDVsN0jDt9207SJ8o,1168
|
4
|
+
collections_cache-0.2.6.20250303.dist-info/METADATA,sha256=M1vAN00zGNQCNb-nV2bFR8COiHL2s9OKz6wejMF8qB8,3417
|
5
|
+
collections_cache-0.2.6.20250303.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
6
|
+
collections_cache-0.2.6.20250303.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
collections_cache/__init__.py,sha256=uUp8lhp-HnZRumnU_8MT6qVq95t0pOzn7oLW7ARbnvc,48
|
2
|
-
collections_cache/collections_cache.py,sha256=7QF8DGD7ddN_83ABlWvKaga5TBeRHZNDsSLoYoPSAMY,5365
|
3
|
-
collections_cache-0.2.5.20250303.dist-info/LICENSE,sha256=RAIL-FmXSiNRgyiVlfhm2SvVI4XDVsN0jDt9207SJ8o,1168
|
4
|
-
collections_cache-0.2.5.20250303.dist-info/METADATA,sha256=1DDRD0nq9ne10ttQTn49XXbXEZYA2AGNBuw3bR4CVgo,3417
|
5
|
-
collections_cache-0.2.5.20250303.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
6
|
-
collections_cache-0.2.5.20250303.dist-info/RECORD,,
|
{collections_cache-0.2.5.20250303.dist-info → collections_cache-0.2.6.20250303.dist-info}/LICENSE
RENAMED
File without changes
|
{collections_cache-0.2.5.20250303.dist-info → collections_cache-0.2.6.20250303.dist-info}/WHEEL
RENAMED
File without changes
|