bw-essentials-core 0.1.1__py3-none-any.whl → 0.1.2__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 bw-essentials-core might be problematic. Click here for more details.

@@ -279,3 +279,19 @@ class DataLoch:
279
279
  prefix = f"{branch}/{server_path}"
280
280
  self.s3.delete_files_by_prefix(repository, prefix)
281
281
  logger.info(f"Deleted all files under prefix {prefix}")
282
+
283
+ def delete_single_file(self, repository: str, branch: str, server_path: str) -> None:
284
+ """
285
+ Delete a single file at the specified path in a LakeFS branch.
286
+
287
+ Args:
288
+ repository (str): The name of the LakeFS repository.
289
+ branch (str): The name of the branch within the repository.
290
+ server_path (str): The file path (relative to the branch) to delete.
291
+ """
292
+ full_path = f"{branch}/{server_path}"
293
+ logger.info(f"Attempting to delete file at path: {full_path} in repository: {repository}")
294
+
295
+ self.s3.delete_file(repository, full_path)
296
+
297
+ logger.info(f"Successfully deleted file: {full_path} from repository: {repository}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bw-essentials-core
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Reusable utilities for S3, email, Data Loch, Microsoft Teams Notifications and more.
5
5
  Author: InvestorAI
6
6
  Author-email: support+tech@investorai.in
@@ -2,7 +2,7 @@ bw_essentials/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  bw_essentials/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  bw_essentials/constants/services.py,sha256=ymvYcXjJpWQoGnnCnqURhQao61QJAMM-g9sJCx_Y8s4,561
4
4
  bw_essentials/data_loch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- bw_essentials/data_loch/data_loch.py,sha256=Ae3WIywFawThKcpsnf8nC8ldI9ARrSNqz8e5b6sINwY,11006
5
+ bw_essentials/data_loch/data_loch.py,sha256=iJO0oPhZyQjoUZOaeBP1nsbuc5iR9ZNWoAXj2pGEpT8,11716
6
6
  bw_essentials/email_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  bw_essentials/email_client/email_client.py,sha256=_LzDWUJUkNTSn3C5v0-jjW-Ls537xt493lkcD4noQXY,9116
8
8
  bw_essentials/notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -21,7 +21,7 @@ bw_essentials/services/trade_placement.py,sha256=PrzeU2XXC9HF1IQ1dMDM_ZHxmC491sO
21
21
  bw_essentials/services/user_app.py,sha256=_Y2NgDq6kEoco7ZRJ3-MMYJ-K2HGStJoFoeGOH_HotQ,11107
22
22
  bw_essentials/services/user_portfolio.py,sha256=_5M6yPfQt4MXedINBawEoPkb_o7IGzxPeHkvZkoQm8k,16191
23
23
  bw_essentials/services/user_portfolio_reporting.py,sha256=QaZzcw912Uos5ZafEaxLXDmCyetTFiVX3at3cTAv6MA,6003
24
- bw_essentials_core-0.1.1.dist-info/METADATA,sha256=c5-YYlMERt3ZzOLmu4hp78zV1t5bNCawWyWh6BIGY7o,7501
25
- bw_essentials_core-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- bw_essentials_core-0.1.1.dist-info/top_level.txt,sha256=gDc5T_y5snwKGXDQUusEus-FEt0RFwG644Yn_58wQOQ,14
27
- bw_essentials_core-0.1.1.dist-info/RECORD,,
24
+ bw_essentials_core-0.1.2.dist-info/METADATA,sha256=Bpm1zfFijl-hOhODELxsMOlhbuQXR8YwQ77kniBeSnI,7501
25
+ bw_essentials_core-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ bw_essentials_core-0.1.2.dist-info/top_level.txt,sha256=gDc5T_y5snwKGXDQUusEus-FEt0RFwG644Yn_58wQOQ,14
27
+ bw_essentials_core-0.1.2.dist-info/RECORD,,