sibi-dst 2025.1.3__py3-none-any.whl → 2025.1.4__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.
@@ -84,7 +84,7 @@ class MissingManifestManager:
84
84
  new_df.get("path", pd.Series(dtype=str))
85
85
  .dropna().astype(str)
86
86
  .loc[lambda s: s.str.strip().astype(bool)]
87
- .to_frame()
87
+ .to_frame(name="path")
88
88
  )
89
89
 
90
90
  if should_overwrite:
@@ -96,7 +96,7 @@ class MissingManifestManager:
96
96
  old_df.get("path", pd.Series(dtype=str))
97
97
  .dropna().astype(str)
98
98
  .loc[lambda s: s.str.strip().astype(bool)]
99
- .to_frame()
99
+ .to_frame(name="path")
100
100
  )
101
101
  out_df = pd.concat([old_paths, new_df], ignore_index=True)
102
102
  except Exception as e:
@@ -122,7 +122,7 @@ class MissingManifestManager:
122
122
  self.logger.info(f"Copied manifest to {self.manifest_path} (temp: {temp_path})")
123
123
  except Exception as e:
124
124
  self.logger.error(f"Failed to write or copy manifest: {e}")
125
- raise
125
+ #raise
126
126
 
127
127
  self.logger.debug(f"Temp file left behind: {temp_path}")
128
128
  self._new_records.clear()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sibi-dst
3
- Version: 2025.1.3
3
+ Version: 2025.1.4
4
4
  Summary: Data Science Toolkit
5
5
  Author: Luis Valverde
6
6
  Author-email: lvalverdeb@gmail.com
@@ -15,6 +15,7 @@ Requires-Dist: dask[complete] (>=2025.5.1,<2026.0.0)
15
15
  Requires-Dist: mysqlclient (>=2.2.7,<3.0.0)
16
16
  Requires-Dist: pandas (>=2.3.1,<3.0.0)
17
17
  Requires-Dist: psycopg2 (>=2.9.10,<3.0.0)
18
+ Requires-Dist: pyarrow (>=20.0.0,<21.0.0)
18
19
  Requires-Dist: pydantic (>=2.11.7,<3.0.0)
19
20
  Requires-Dist: pymysql (>=1.1.1,<2.0.0)
20
21
  Requires-Dist: s3fs (>=2025.5.1,<2026.0.0)
@@ -43,7 +43,7 @@ sibi_dst/utils/df_utils.py,sha256=TzIAUCLbgOn3bvCFvzkc1S9YU-OlZTImdCj-88dtg8g,11
43
43
  sibi_dst/utils/file_utils.py,sha256=Z99CZ_4nPDIaZqbCfzzUDfAYJjSudWDj-mwEO8grhbc,1253
44
44
  sibi_dst/utils/filepath_generator.py,sha256=-HHO0U-PR8fysDDFwnWdHRlgqksh_RkmgBZLWv9hM7s,6669
45
45
  sibi_dst/utils/log_utils.py,sha256=C2wkbxGC2n6hZIEU-z8rHrunDcq95MHkf3B1zGynHnE,4904
46
- sibi_dst/utils/manifest_manager.py,sha256=eyk6Dvrn86gUpAaAsnQvNnEJn5-Tno-sDDJsDMfHtTA,18161
46
+ sibi_dst/utils/manifest_manager.py,sha256=FPlKMB1L6hXJSccllIec3ogjCoqAJvraUiaNU-zhLmc,18184
47
47
  sibi_dst/utils/parquet_saver.py,sha256=O62xwPfphOpKgEiHqnts20CPSU96pxs49Cg7PVetLK0,8193
48
48
  sibi_dst/utils/phone_formatter.py,sha256=tsVTDamuthFYgy4-5UwmQkPQ-FGTGH7MjZyH8utAkIY,4945
49
49
  sibi_dst/utils/storage_config.py,sha256=TE15H-7d0mqwYPSUgrdidK9U7N7p87Z8JfUQH4-jdPs,4123
@@ -74,6 +74,6 @@ sibi_dst/v3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
74
74
  sibi_dst/v3/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
75
  sibi_dst/v3/df_helper/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
76
76
  sibi_dst/v3/df_helper/_df_helper.py,sha256=NKIQ4Y-Tn-e841sbZxzLh3Q071_Zo9Vu4y3OAXcsO98,3900
77
- sibi_dst-2025.1.3.dist-info/METADATA,sha256=QUCreMPJ-wfDTB8jh46xugkxw-4TNH_zPKcjyzSjANI,2417
78
- sibi_dst-2025.1.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
79
- sibi_dst-2025.1.3.dist-info/RECORD,,
77
+ sibi_dst-2025.1.4.dist-info/METADATA,sha256=1YbANTdPXYdETuWFKKldnB237pYywn7rw53Oww3NiC0,2459
78
+ sibi_dst-2025.1.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
79
+ sibi_dst-2025.1.4.dist-info/RECORD,,