myl-discovery 0.6.2__tar.gz → 0.6.3__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_discovery-0.6.2 → myl_discovery-0.6.3}/PKG-INFO +4 -3
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/PKG-INFO +4 -3
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/requires.txt +1 -1
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/pyproject.toml +1 -1
- myl_discovery-0.6.3/version.txt +1 -0
- myl_discovery-0.6.2/version.txt +0 -1
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/.github/dependabot.yml +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/.github/workflows/lint.yaml +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/.github/workflows/pypi.yaml +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/.github/workflows/release.yaml +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/.gitignore +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/HACKING.md +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/LICENSE +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/README.md +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/flake.lock +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/flake.nix +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/SOURCES.txt +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/dependency_links.txt +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/entry_points.txt +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/top_level.txt +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myldiscovery/__init__.py +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myldiscovery/__main__.py +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myldiscovery/discovery.py +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myldiscovery/main.py +0 -0
- {myl_discovery-0.6.2 → myl_discovery-0.6.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: myl-discovery
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.3
|
4
4
|
Summary: email autodiscovery
|
5
5
|
Author-email: Philipp Schmitt <philipp@schmitt.co>
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
@@ -690,8 +690,9 @@ License-File: LICENSE
|
|
690
690
|
Requires-Dist: dnspython<3.0.0,>=2.0.0
|
691
691
|
Requires-Dist: exchangelib<6.0.0,>=5.0.0
|
692
692
|
Requires-Dist: requests<3.0.0,>=2.0.0
|
693
|
-
Requires-Dist: rich<
|
693
|
+
Requires-Dist: rich<15.0.0,>=13.0.0
|
694
694
|
Requires-Dist: xmltodict<1.0.0,>=0.13.0
|
695
|
+
Dynamic: license-file
|
695
696
|
|
696
697
|
# 📩 myl-discovery
|
697
698
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: myl-discovery
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.3
|
4
4
|
Summary: email autodiscovery
|
5
5
|
Author-email: Philipp Schmitt <philipp@schmitt.co>
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
@@ -690,8 +690,9 @@ License-File: LICENSE
|
|
690
690
|
Requires-Dist: dnspython<3.0.0,>=2.0.0
|
691
691
|
Requires-Dist: exchangelib<6.0.0,>=5.0.0
|
692
692
|
Requires-Dist: requests<3.0.0,>=2.0.0
|
693
|
-
Requires-Dist: rich<
|
693
|
+
Requires-Dist: rich<15.0.0,>=13.0.0
|
694
694
|
Requires-Dist: xmltodict<1.0.0,>=0.13.0
|
695
|
+
Dynamic: license-file
|
695
696
|
|
696
697
|
# 📩 myl-discovery
|
697
698
|
|
@@ -0,0 +1 @@
|
|
1
|
+
0.6.3
|
myl_discovery-0.6.2/version.txt
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.6.2
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|