berryworld 1.0.0.182402__py3-none-any.whl → 1.0.0.183171__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.
@@ -10,7 +10,7 @@ class PickleManagement:
10
10
  """ Initialize the class
11
11
  :param path: Default path to store and retrieve the files
12
12
  """
13
- self.path = path
13
+ self.path = path if str(path).endswith('/') else path + '/'
14
14
 
15
15
  def save_file(self, data, filename, path=''):
16
16
  """ Save data to path + table_nameSave data to path + table_name
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: berryworld
3
- Version: 1.0.0.182402
3
+ Version: 1.0.0.183171
4
4
  Summary: Handy classes to improve ETL processes
5
5
  Home-page: https://www.berryworld.com
6
6
  Author: BerryWorld ltd
@@ -15,7 +15,7 @@ Requires-Dist: cryptography>=3.4.8
15
15
  Requires-Dist: msal>=1.14.0
16
16
  Requires-Dist: numpy>=1.25.2
17
17
  Requires-Dist: opencensus>=0.11.0
18
- Requires-Dist: opencensus-ext-azure>=1.1.7
18
+ Requires-Dist: opencensus_ext_azure>=1.1.7
19
19
  Requires-Dist: pandas>=1.4.2
20
20
  Requires-Dist: psycopg2>=2.8.6
21
21
  Requires-Dist: pyodbc>=4.0.39
@@ -14,7 +14,7 @@ berryworld/logging.py,sha256=tOxzaFALQm3aVVEc3I7t8MU6PwgUI9VSnzNCH9yRryo,1013
14
14
  berryworld/logic_apps.py,sha256=a0uU4tNO3v2w7grdBv-OOx4hUf7VBIerJpwZ9U-29dQ,14591
15
15
  berryworld/microsoft_teams.py,sha256=8uPo0yku-euBj2VdzBoZCeX3IcsCCOqISLqaVZUVxfA,16030
16
16
  berryworld/persistent_storage.py,sha256=KQA57ez8eVTUCtudYkHPg_S5lcOEa_E7xXcaN1DYMMc,8601
17
- berryworld/pickle_management.py,sha256=O49ojVtTqYCT510rVRTbZWWaur_-5q3HSVG03Azn8mQ,2393
17
+ berryworld/pickle_management.py,sha256=5o6UuXBpTj23Jgpz6sj9V-vdcdWBK1xMEckWxT-Whj4,2436
18
18
  berryworld/postgres_connection.py,sha256=whKDnchd5Feqpmxpoh2vlyn36EKHR-dVEULYq0N_4wA,8287
19
19
  berryworld/power_automate.py,sha256=9rDuRy0v-Ttq-SThid4lOB_tD4ibkyEmobiROpa--g4,25414
20
20
  berryworld/sharepoint_con.py,sha256=TuH-Vxk1VxjTi7x80KFssf_J8YPLRXpV27RBaFZi37U,22254
@@ -30,8 +30,8 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
30
  tests/test_allocation_config.py,sha256=e12l6fE9U57eSPS35g6ekJ_hol7-RHg89JV60_m1BlE,4633
31
31
  tests/test_handy_mix_config.py,sha256=Un56mz9KJmdn4K4OwzHAHLSRzDU1Xv2nFrONNuzOG04,2594
32
32
  tests/test_xml_parser.py,sha256=3QTlhFEd6KbK6nRFKZnc35tad6wqukTbe4QrFi8mr_8,859
33
- berryworld-1.0.0.182402.dist-info/LICENSE,sha256=vtkVCJM6E2af2gnsi2XxKPr4WY-uIbvzVLXieFND0UU,1074
34
- berryworld-1.0.0.182402.dist-info/METADATA,sha256=3c1ssYJi7EB8wK5y6yYE7eaPbEgFVLnZL95yAm1yB_0,1174
35
- berryworld-1.0.0.182402.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
36
- berryworld-1.0.0.182402.dist-info/top_level.txt,sha256=GIZ5qy-P5oxfEH755vA1IMFeTVdX3-40JxMe6nOe5I8,17
37
- berryworld-1.0.0.182402.dist-info/RECORD,,
33
+ berryworld-1.0.0.183171.dist-info/LICENSE,sha256=vtkVCJM6E2af2gnsi2XxKPr4WY-uIbvzVLXieFND0UU,1074
34
+ berryworld-1.0.0.183171.dist-info/METADATA,sha256=9Fkg4NysntUtoU-6iu1cXIQbYTm5_-BlytJOIVzVPm8,1174
35
+ berryworld-1.0.0.183171.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
36
+ berryworld-1.0.0.183171.dist-info/top_level.txt,sha256=GIZ5qy-P5oxfEH755vA1IMFeTVdX3-40JxMe6nOe5I8,17
37
+ berryworld-1.0.0.183171.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.5.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5