myl 0.9.5__tar.gz → 0.9.6__tar.gz
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.5 → myl-0.9.6}/PKG-INFO +2 -2
- {myl-0.9.5 → myl-0.9.6}/myl.egg-info/PKG-INFO +2 -2
- {myl-0.9.5 → myl-0.9.6}/myl.egg-info/requires.txt +1 -1
- {myl-0.9.5 → myl-0.9.6}/pyproject.toml +1 -1
- myl-0.9.6/version.txt +1 -0
- myl-0.9.5/version.txt +0 -1
- {myl-0.9.5 → myl-0.9.6}/.github/dependabot.yml +0 -0
- {myl-0.9.5 → myl-0.9.6}/.github/workflows/lint.yaml +0 -0
- {myl-0.9.5 → myl-0.9.6}/.github/workflows/pypi.yaml +0 -0
- {myl-0.9.5 → myl-0.9.6}/.github/workflows/release.yaml +0 -0
- {myl-0.9.5 → myl-0.9.6}/.gitignore +0 -0
- {myl-0.9.5 → myl-0.9.6}/LICENSE +0 -0
- {myl-0.9.5 → myl-0.9.6}/README.md +0 -0
- {myl-0.9.5 → myl-0.9.6}/flake.lock +0 -0
- {myl-0.9.5 → myl-0.9.6}/flake.nix +0 -0
- {myl-0.9.5 → myl-0.9.6}/myl.egg-info/SOURCES.txt +0 -0
- {myl-0.9.5 → myl-0.9.6}/myl.egg-info/dependency_links.txt +0 -0
- {myl-0.9.5 → myl-0.9.6}/myl.egg-info/entry_points.txt +0 -0
- {myl-0.9.5 → myl-0.9.6}/myl.egg-info/top_level.txt +0 -0
- {myl-0.9.5 → myl-0.9.6}/myl.py +0 -0
- {myl-0.9.5 → myl-0.9.6}/setup.cfg +0 -0
{myl-0.9.5 → myl-0.9.6}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: myl
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.6
|
4
4
|
Summary: Dead simple IMAP CLI client
|
5
5
|
Author-email: Philipp Schmitt <philipp@schmitt.co>
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
@@ -688,7 +688,7 @@ Requires-Python: >=3.8
|
|
688
688
|
Description-Content-Type: text/markdown
|
689
689
|
License-File: LICENSE
|
690
690
|
Requires-Dist: imap-tools<2.0.0,>=1.5.0
|
691
|
-
Requires-Dist: myl-discovery>=0.6.
|
691
|
+
Requires-Dist: myl-discovery>=0.6.3
|
692
692
|
Requires-Dist: rich<15.0.0,>=13.0.0
|
693
693
|
Requires-Dist: html2text>=2024.2.26
|
694
694
|
Dynamic: license-file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: myl
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.6
|
4
4
|
Summary: Dead simple IMAP CLI client
|
5
5
|
Author-email: Philipp Schmitt <philipp@schmitt.co>
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
@@ -688,7 +688,7 @@ Requires-Python: >=3.8
|
|
688
688
|
Description-Content-Type: text/markdown
|
689
689
|
License-File: LICENSE
|
690
690
|
Requires-Dist: imap-tools<2.0.0,>=1.5.0
|
691
|
-
Requires-Dist: myl-discovery>=0.6.
|
691
|
+
Requires-Dist: myl-discovery>=0.6.3
|
692
692
|
Requires-Dist: rich<15.0.0,>=13.0.0
|
693
693
|
Requires-Dist: html2text>=2024.2.26
|
694
694
|
Dynamic: license-file
|
myl-0.9.6/version.txt
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.9.6
|
myl-0.9.5/version.txt
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.9.5
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{myl-0.9.5 → myl-0.9.6}/LICENSE
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{myl-0.9.5 → myl-0.9.6}/myl.py
RENAMED
File without changes
|
File without changes
|