rgwfuncs 0.0.60__tar.gz → 0.0.61__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rgwfuncs"
7
- version = "0.0.60"
7
+ version = "0.0.61"
8
8
  authors = [
9
9
  { name = "Ryan Gerard Wilson", email = "ryangerardwilson@gmail.com" },
10
10
  ]
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = rgwfuncs
3
- version = 0.0.60
3
+ version = 0.0.61
4
4
  author = Ryan Gerard Wilson
5
5
  author_email = ryangerardwilson@gmail.com
6
6
  description = A functional programming paradigm for mathematical modelling and data science
@@ -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
File without changes
File without changes