myl 0.9.2__py3-none-any.whl → 0.9.3__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.
- {myl-0.9.2.dist-info → myl-0.9.3.dist-info}/METADATA +7 -7
- myl-0.9.3.dist-info/RECORD +7 -0
- {myl-0.9.2.dist-info → myl-0.9.3.dist-info}/WHEEL +1 -1
- myl.py +1 -1
- myl-0.9.2.dist-info/RECORD +0 -7
- {myl-0.9.2.dist-info → myl-0.9.3.dist-info}/LICENSE +0 -0
- {myl-0.9.2.dist-info → myl-0.9.3.dist-info}/entry_points.txt +0 -0
- {myl-0.9.2.dist-info → myl-0.9.3.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,9 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: myl
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.3
|
4
4
|
Summary: Dead simple IMAP CLI client
|
5
5
|
Author-email: Philipp Schmitt <philipp@schmitt.co>
|
6
|
-
License:
|
6
|
+
License: GNU GENERAL PUBLIC LICENSE
|
7
7
|
Version 3, 29 June 2007
|
8
8
|
|
9
9
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
@@ -687,10 +687,10 @@ Classifier: Programming Language :: Python :: 3
|
|
687
687
|
Requires-Python: >=3.8
|
688
688
|
Description-Content-Type: text/markdown
|
689
689
|
License-File: LICENSE
|
690
|
-
Requires-Dist: imap-tools
|
691
|
-
Requires-Dist: myl-discovery
|
692
|
-
Requires-Dist: rich
|
693
|
-
Requires-Dist: html2text
|
690
|
+
Requires-Dist: imap-tools<2.0.0,>=1.5.0
|
691
|
+
Requires-Dist: myl-discovery>=0.6.1.dev0
|
692
|
+
Requires-Dist: rich<14.0.0,>=13.0.0
|
693
|
+
Requires-Dist: html2text>=2024.2.26
|
694
694
|
|
695
695
|
# 📧 myl
|
696
696
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
myl.py,sha256=8CCrgsD1DhmbZycNJk24XLf_hgESRsf6ku1d6DyUOfA,13954
|
2
|
+
myl-0.9.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
3
|
+
myl-0.9.3.dist-info/METADATA,sha256=jy8hkerCv6mVFN2Qwv4JoLFE7ZOMoLcKL_zs_cRzTag,43447
|
4
|
+
myl-0.9.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
5
|
+
myl-0.9.3.dist-info/entry_points.txt,sha256=q6nr0Kzim7JzreXQE3BTU4asLh2sx5-D0w1yLBOcHxc,33
|
6
|
+
myl-0.9.3.dist-info/top_level.txt,sha256=Wn88OJVVWyYSsKVoqzlHXxfFxh5IbrJ_Yw-ldNLe7Po,4
|
7
|
+
myl-0.9.3.dist-info/RECORD,,
|
myl.py
CHANGED
myl-0.9.2.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
myl.py,sha256=3zCtNscTGN8MDDhVdgL6JWttpRI1FYTj6lHXtMtX1ec,13953
|
2
|
-
myl-0.9.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
3
|
-
myl-0.9.2.dist-info/METADATA,sha256=_xUwKK9fvxKm8DLc7LFOICSYNOHxDyrc3x9iBjMbq5Q,43431
|
4
|
-
myl-0.9.2.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
5
|
-
myl-0.9.2.dist-info/entry_points.txt,sha256=q6nr0Kzim7JzreXQE3BTU4asLh2sx5-D0w1yLBOcHxc,33
|
6
|
-
myl-0.9.2.dist-info/top_level.txt,sha256=Wn88OJVVWyYSsKVoqzlHXxfFxh5IbrJ_Yw-ldNLe7Po,4
|
7
|
-
myl-0.9.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|