mailfmt 1.0.0__py3-none-any.whl → 1.0.1__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.
- {mailfmt-1.0.0.dist-info → mailfmt-1.0.1.dist-info}/METADATA +3 -4
- mailfmt-1.0.1.dist-info/RECORD +6 -0
- mailfmt.py +5 -4
- mailfmt-1.0.0.dist-info/RECORD +0 -6
- {mailfmt-1.0.0.dist-info → mailfmt-1.0.1.dist-info}/WHEEL +0 -0
- {mailfmt-1.0.0.dist-info → mailfmt-1.0.1.dist-info}/entry_points.txt +0 -0
- {mailfmt-1.0.0.dist-info → mailfmt-1.0.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,13 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mailfmt
|
3
|
-
Version: 1.0.
|
4
|
-
Summary:
|
3
|
+
Version: 1.0.1
|
4
|
+
Summary: Heuristic plain text email formatter.
|
5
5
|
Project-URL: Repository, https://git.sr.ht/~ficd/mailfmt
|
6
|
-
Project-URL: Homepage, https://sr.ht/~ficd/mailfmt
|
7
6
|
Author-email: Daniel Fichtinger <daniel@ficd.ca>
|
8
7
|
License-Expression: ISC
|
9
8
|
License-File: LICENSE
|
10
|
-
Keywords: email,formatter
|
9
|
+
Keywords: cli,email,formatter
|
11
10
|
Requires-Python: >=3.11
|
12
11
|
Description-Content-Type: text/markdown
|
13
12
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+
mailfmt.py,sha256=Wl1maUKnbhwVdglHZxuTt4YApYP5lv3FUUJ0gWOrz_M,6568
|
2
|
+
mailfmt-1.0.1.dist-info/METADATA,sha256=blXENNntFVAEvOOGGRsBaSf19ptrD9kVK1HGsvYW_9c,6272
|
3
|
+
mailfmt-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4
|
+
mailfmt-1.0.1.dist-info/entry_points.txt,sha256=eFkLVHtmLEdRnOOzT4d2pAy7mBkjESW_8VQgUfAWvk4,41
|
5
|
+
mailfmt-1.0.1.dist-info/licenses/LICENSE,sha256=M8EhEEXHuRQsNgdRFtF2Ty6P62p8vgDanib1C-Zqkqc,749
|
6
|
+
mailfmt-1.0.1.dist-info/RECORD,,
|
mailfmt.py
CHANGED
@@ -84,11 +84,12 @@ def main() -> None:
|
|
84
84
|
return False
|
85
85
|
|
86
86
|
parser = argparse.ArgumentParser(
|
87
|
-
description=
|
87
|
+
description="Heuristic formatter for plain text email. Preserves markup, signoffs, and signature blocks.",
|
88
88
|
epilog="""
|
89
|
-
Author
|
90
|
-
|
91
|
-
|
89
|
+
Author : Daniel Fichtinger
|
90
|
+
Repository: https://git.sr.ht/~ficd/mailfmt
|
91
|
+
License : ISC
|
92
|
+
Contact : daniel@ficd.ca
|
92
93
|
""",
|
93
94
|
formatter_class=argparse.RawDescriptionHelpFormatter,
|
94
95
|
)
|
mailfmt-1.0.0.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
mailfmt.py,sha256=auV0gcx7smsNhjbjdL8yNNDVEEidGMwJMB4AsUyBwbk,6500
|
2
|
-
mailfmt-1.0.0.dist-info/METADATA,sha256=V0ImmHow6Co4bbjPx58y8DW4URx7mbJ7ds4TswCdfHQ,6308
|
3
|
-
mailfmt-1.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4
|
-
mailfmt-1.0.0.dist-info/entry_points.txt,sha256=eFkLVHtmLEdRnOOzT4d2pAy7mBkjESW_8VQgUfAWvk4,41
|
5
|
-
mailfmt-1.0.0.dist-info/licenses/LICENSE,sha256=M8EhEEXHuRQsNgdRFtF2Ty6P62p8vgDanib1C-Zqkqc,749
|
6
|
-
mailfmt-1.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|