rgwfuncs 0.0.60__py3-none-any.whl → 0.0.61__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
rgwfuncs/df_lib.py CHANGED
@@ -891,8 +891,7 @@ def send_dataframe_via_telegram(
891
891
  'caption': message or ''}
892
892
  files = {'document': file}
893
893
  response = requests.post(
894
- f"https://api.telegram.org/bot{
895
- bot_config['bot_token']}/sendDocument",
894
+ f"https://api.telegram.org/bot{bot_config['bot_token']}/sendDocument",
896
895
  data=payload,
897
896
  files=files)
898
897
  if remove_after_send and os.path.exists(file_name):
@@ -1001,8 +1000,7 @@ def send_data_to_email(
1001
1000
  encoders.encode_base64(part)
1002
1001
  part.add_header(
1003
1002
  'Content-Disposition',
1004
- f'attachment; filename={
1005
- os.path.basename(tmp_file_name)}')
1003
+ f'attachment; filename={os.path.basename(tmp_file_name)}')
1006
1004
  message.attach(part)
1007
1005
 
1008
1006
  if remove_after_send and os.path.exists(tmp_file_name):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rgwfuncs
3
- Version: 0.0.60
3
+ Version: 0.0.61
4
4
  Summary: A functional programming paradigm for mathematical modelling and data science
5
5
  Home-page: https://github.com/ryangerardwilson/rgwfunc
6
6
  Author: Ryan Gerard Wilson
@@ -1,12 +1,12 @@
1
1
  rgwfuncs/__init__.py,sha256=-rcdj4_9zq82h0Tl00S9GvEqDYh7yhPCNhnhBs3mZCg,1676
2
2
  rgwfuncs/algebra_lib.py,sha256=rKFITfpWfgdBswnbMUuS41XgndEt-jUVz2ObO_ik7eM,42234
3
- rgwfuncs/df_lib.py,sha256=XhqHYcrXGEOOqB4Z0Y-ASViy6_R_Df5f7ZGh66RIP6w,68420
3
+ rgwfuncs/df_lib.py,sha256=xjacr7JrjR8gZ1xqqOVvevFzK9N646wm5w1YEIxbGsE,68370
4
4
  rgwfuncs/docs_lib.py,sha256=y3wSAOPO3qsA4HZ7xAtW8HimM8w-c8hjcEzMRLJ96ao,1960
5
5
  rgwfuncs/interactive_shell_lib.py,sha256=A7EWsYxAfDev_N0-2GjRvAtp0bAwBPHIczXb8Gu9fzI,1107
6
6
  rgwfuncs/str_lib.py,sha256=rtAdRlnSJIu3JhI-tA_A0wCiPK2m-zn5RoGpBxv_g-4,2228
7
- rgwfuncs-0.0.60.dist-info/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
8
- rgwfuncs-0.0.60.dist-info/METADATA,sha256=JareUKefKcxdm0rXKzudN9zjw9ljII5o3Llx7o1JrcA,58951
9
- rgwfuncs-0.0.60.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
10
- rgwfuncs-0.0.60.dist-info/entry_points.txt,sha256=j-c5IOPIQ0252EaOV6j6STio56sbXl2C4ym_fQ0lXx0,43
11
- rgwfuncs-0.0.60.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
12
- rgwfuncs-0.0.60.dist-info/RECORD,,
7
+ rgwfuncs-0.0.61.dist-info/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
8
+ rgwfuncs-0.0.61.dist-info/METADATA,sha256=UcHNBUomOeWcpes0FL2qZysH37TtOPPR58DofFphl4o,58951
9
+ rgwfuncs-0.0.61.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
10
+ rgwfuncs-0.0.61.dist-info/entry_points.txt,sha256=j-c5IOPIQ0252EaOV6j6STio56sbXl2C4ym_fQ0lXx0,43
11
+ rgwfuncs-0.0.61.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
12
+ rgwfuncs-0.0.61.dist-info/RECORD,,