thds.core 1.44.20250722200050__py3-none-any.whl → 1.44.20250723161617__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.
Potentially problematic release.
This version of thds.core might be problematic. Click here for more details.
- thds/core/sqlite/sqlmap.py +2 -1
- {thds_core-1.44.20250722200050.dist-info → thds_core-1.44.20250723161617.dist-info}/METADATA +1 -1
- {thds_core-1.44.20250722200050.dist-info → thds_core-1.44.20250723161617.dist-info}/RECORD +6 -6
- {thds_core-1.44.20250722200050.dist-info → thds_core-1.44.20250723161617.dist-info}/WHEEL +0 -0
- {thds_core-1.44.20250722200050.dist-info → thds_core-1.44.20250723161617.dist-info}/entry_points.txt +0 -0
- {thds_core-1.44.20250722200050.dist-info → thds_core-1.44.20250723161617.dist-info}/top_level.txt +0 -0
thds/core/sqlite/sqlmap.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import inspect
|
|
2
|
+
import os
|
|
2
3
|
import shutil
|
|
3
4
|
import typing as ty
|
|
4
5
|
from collections import defaultdict
|
|
@@ -94,7 +95,7 @@ def merge_sqlite_dirs(
|
|
|
94
95
|
executor_cm=ProcessPoolExecutor(max_workers=max(min(max_cores, len(sqlite_dbs_by_filename)), 1)),
|
|
95
96
|
):
|
|
96
97
|
logger.info(f"Moving merged database {merged_db} into {output_dir}")
|
|
97
|
-
shutil.move(str(merged_db), output_dir)
|
|
98
|
+
shutil.move(str(merged_db), os.path.join(output_dir, merged_db.name))
|
|
98
99
|
|
|
99
100
|
return {filename: output_dir / filename for filename in sqlite_dbs_by_filename}
|
|
100
101
|
|
|
@@ -68,13 +68,13 @@ thds/core/sqlite/insert_utils.py,sha256=BNI3VUdqwBdaqa0xqiJrhE6XyzPsTF8N4KKKdb4V
|
|
|
68
68
|
thds/core/sqlite/merge.py,sha256=NxettDMJ_mcrWfteQn_ERY7MUB5ETR-yJLKg7uvF6zA,3779
|
|
69
69
|
thds/core/sqlite/meta.py,sha256=4P65PAmCjagHYO1Z6nWM-wkjEWv3hxw5qVa4cIpcH_8,5859
|
|
70
70
|
thds/core/sqlite/read.py,sha256=5pWvrbed3XNWgSy-79-8ONWkkt4jWbTzFNW6SnOrdYQ,2576
|
|
71
|
-
thds/core/sqlite/sqlmap.py,sha256=
|
|
71
|
+
thds/core/sqlite/sqlmap.py,sha256=LeyiJtY0ww_mbeSp7LQM-YuWnckulQqropxwAfkt5To,6818
|
|
72
72
|
thds/core/sqlite/structured.py,sha256=SvZ67KcVcVdmpR52JSd52vMTW2ALUXmlHEeD-VrzWVs,4825
|
|
73
73
|
thds/core/sqlite/types.py,sha256=oUkfoKRYNGDPZRk29s09rc9ha3SCk2SKr_K6WKebBFs,1308
|
|
74
74
|
thds/core/sqlite/upsert.py,sha256=BmKK6fsGVedt43iY-Lp7dnAu8aJ1e9CYlPVEQR2pMj4,5827
|
|
75
75
|
thds/core/sqlite/write.py,sha256=z0219vDkQDCnsV0WLvsj94keItr7H4j7Y_evbcoBrWU,3458
|
|
76
|
-
thds_core-1.44.
|
|
77
|
-
thds_core-1.44.
|
|
78
|
-
thds_core-1.44.
|
|
79
|
-
thds_core-1.44.
|
|
80
|
-
thds_core-1.44.
|
|
76
|
+
thds_core-1.44.20250723161617.dist-info/METADATA,sha256=3KebzxSCTDDfSBbFhVH6wZu1WHFfeoAuJ0a6Z-K2fms,2216
|
|
77
|
+
thds_core-1.44.20250723161617.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
78
|
+
thds_core-1.44.20250723161617.dist-info/entry_points.txt,sha256=bOCOVhKZv7azF3FvaWX6uxE6yrjK6FcjqhtxXvLiFY8,161
|
|
79
|
+
thds_core-1.44.20250723161617.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
|
|
80
|
+
thds_core-1.44.20250723161617.dist-info/RECORD,,
|
|
File without changes
|
{thds_core-1.44.20250722200050.dist-info → thds_core-1.44.20250723161617.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{thds_core-1.44.20250722200050.dist-info → thds_core-1.44.20250723161617.dist-info}/top_level.txt
RENAMED
|
File without changes
|