ix-notifiers 0.5.3__tar.gz → 0.5.5__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.
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/PKG-INFO +2 -2
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers/constants.py +1 -1
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers.egg-info/PKG-INFO +2 -2
- ix_notifiers-0.5.5/ix_notifiers.egg-info/requires.txt +2 -0
- ix_notifiers-0.5.5/requirements.txt +2 -0
- ix_notifiers-0.5.3/ix_notifiers.egg-info/requires.txt +0 -2
- ix_notifiers-0.5.3/requirements.txt +0 -2
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/LICENSE +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/README.md +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers/__init__.py +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers/core.py +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers/gotify_notifier.py +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers/notifier.py +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers/null_notifier.py +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers/py.typed +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers.egg-info/SOURCES.txt +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers.egg-info/dependency_links.txt +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/ix_notifiers.egg-info/top_level.txt +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/pyproject.toml +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/setup.cfg +0 -0
- {ix_notifiers-0.5.3 → ix_notifiers-0.5.5}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ix-notifiers
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.5
|
4
4
|
Summary: A python library for notifiers
|
5
5
|
Author-email: Alex Thomae <notifiers@egos.tech>
|
6
6
|
License: MIT License
|
@@ -33,7 +33,7 @@ Requires-Python: >=3.6
|
|
33
33
|
Description-Content-Type: text/markdown
|
34
34
|
License-File: LICENSE
|
35
35
|
Requires-Dist: requests==2.32.3
|
36
|
-
Requires-Dist: egos-helpers==0.5.
|
36
|
+
Requires-Dist: egos-helpers==0.5.2
|
37
37
|
|
38
38
|
# ix-notifiers
|
39
39
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ix-notifiers
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.5
|
4
4
|
Summary: A python library for notifiers
|
5
5
|
Author-email: Alex Thomae <notifiers@egos.tech>
|
6
6
|
License: MIT License
|
@@ -33,7 +33,7 @@ Requires-Python: >=3.6
|
|
33
33
|
Description-Content-Type: text/markdown
|
34
34
|
License-File: LICENSE
|
35
35
|
Requires-Dist: requests==2.32.3
|
36
|
-
Requires-Dist: egos-helpers==0.5.
|
36
|
+
Requires-Dist: egos-helpers==0.5.2
|
37
37
|
|
38
38
|
# ix-notifiers
|
39
39
|
|
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
|