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 +2 -4
- {rgwfuncs-0.0.60.dist-info → rgwfuncs-0.0.61.dist-info}/METADATA +1 -1
- {rgwfuncs-0.0.60.dist-info → rgwfuncs-0.0.61.dist-info}/RECORD +7 -7
- {rgwfuncs-0.0.60.dist-info → rgwfuncs-0.0.61.dist-info}/LICENSE +0 -0
- {rgwfuncs-0.0.60.dist-info → rgwfuncs-0.0.61.dist-info}/WHEEL +0 -0
- {rgwfuncs-0.0.60.dist-info → rgwfuncs-0.0.61.dist-info}/entry_points.txt +0 -0
- {rgwfuncs-0.0.60.dist-info → rgwfuncs-0.0.61.dist-info}/top_level.txt +0 -0
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,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=
|
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.
|
8
|
-
rgwfuncs-0.0.
|
9
|
-
rgwfuncs-0.0.
|
10
|
-
rgwfuncs-0.0.
|
11
|
-
rgwfuncs-0.0.
|
12
|
-
rgwfuncs-0.0.
|
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,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|