databutton 0.31.1__py3-none-any.whl → 0.31.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.
@@ -1,8 +1,19 @@
1
- from .email import email
1
+ from .email import (
2
+ attachment_from_bytes,
3
+ attachment_from_dataframe_as_csv,
4
+ attachment_from_dataframe_as_excel,
5
+ attachment_from_file,
6
+ attachment_from_pil_image_as_jpeg,
7
+ attachment_from_str,
8
+ email,
9
+ )
2
10
 
3
11
  __all__ = [
4
12
  "email",
5
13
  "attachment_from_bytes",
6
14
  "attachment_from_str",
7
15
  "attachment_from_file",
16
+ "attachment_from_pil_image_as_jpeg",
17
+ "attachment_from_dataframe_as_csv",
18
+ "attachment_from_dataframe_as_excel",
8
19
  ]
databutton/version.py CHANGED
@@ -5,4 +5,4 @@ This module contains project version information.
5
5
  .. moduleauthor:: Databutton <support@databutton.com>
6
6
  """
7
7
 
8
- __version__ = "0.31.1"
8
+ __version__ = "0.31.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: databutton
3
- Version: 0.31.1
3
+ Version: 0.31.2
4
4
  Summary: The CLI for databutton.com
5
5
  License: Databutton
6
6
  Author: Databutton
@@ -10,7 +10,7 @@ databutton/internal/performedby.py,sha256=QZ4XtsZSbltYfmZesfqVW-v7t153_ziIbCwjWD
10
10
  databutton/internal/retries.py,sha256=OMxnreq1Icaf8OrtFPPNEZ8tCZe6HUI9fJ4FQ6Uiw-M,2011
11
11
  databutton/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  databutton/jobs/run.py,sha256=Td0BSiIrYKiymDKVf8w5MT3C5uiwzeulYNJUGcxQk2k,632
13
- databutton/notify/__init__.py,sha256=PWuuSBzsRFd0-gc6PS2oAMl4gSMSrgLAwTX2GiOaGyE,137
13
+ databutton/notify/__init__.py,sha256=ZikgBdlUgRz7L3CWcvWzrfHMBRjgiUiDyeDo7ZXfGQ4,464
14
14
  databutton/notify/email.py,sha256=jfnDWtBTw8gosfEM5Oes2jeKkAKjgL3cD1NK_Usy3Cs,7932
15
15
  databutton/notify/send.py,sha256=cj-TG0jwolEXwJJVxeBxwpfg_it03KoImUn30qAbbQE,749
16
16
  databutton/secrets/__init__.py,sha256=sI0okrfRBs2l5tcLTrKc9uUfPVVRMM9D7WED8p226tI,128
@@ -18,8 +18,8 @@ databutton/secrets/secrets.py,sha256=pehXsD09iKTxHaNQJ6awvIHXgRXBJrf4Xhrc11ZUeOk
18
18
  databutton/storage/__init__.py,sha256=7ZNd4eQQ7lYYIe1MqCuFbFF1aAVCuj2c_zmJfaPVlDY,252
19
19
  databutton/storage/storage.py,sha256=XBy6z005K0KqmiTkq9eju87PgTboV-vPN1RRXuC57KI,17240
20
20
  databutton/user.py,sha256=QWyWV_G_bnfIJ9js2itOwBk4zqXgBUF9h8lf5mygef8,503
21
- databutton/version.py,sha256=eK4hE95pRdHCVWV4DPs-Hciq-3mDMMnVk8WH6hG2IwI,175
22
- databutton-0.31.1.dist-info/LICENSE,sha256=c7h4pcVZapFEmqWoRTRv_S1P_aibrtDobqmlR-QtMUk,45
23
- databutton-0.31.1.dist-info/METADATA,sha256=rlHUOLZkCxKTne3HNFxzauvKauuE_aqQftIVFiQm-Xw,2763
24
- databutton-0.31.1.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
25
- databutton-0.31.1.dist-info/RECORD,,
21
+ databutton/version.py,sha256=c53j10a-SMk1YW86F6GuvXrvDE8ry1i-Mm2li2yzteY,175
22
+ databutton-0.31.2.dist-info/LICENSE,sha256=c7h4pcVZapFEmqWoRTRv_S1P_aibrtDobqmlR-QtMUk,45
23
+ databutton-0.31.2.dist-info/METADATA,sha256=93n7qoZEXm_oq1uFraQaXStg5C31wnG65t-KYCTLSlE,2763
24
+ databutton-0.31.2.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
25
+ databutton-0.31.2.dist-info/RECORD,,