ix-notifiers 0.1.1754483136__tar.gz → 0.2.1765274322__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.1.1754483136 → ix_notifiers-0.2.1765274322}/LICENSE +1 -1
- ix_notifiers-0.2.1765274322/PKG-INFO +26 -0
- ix_notifiers-0.2.1765274322/README.md +10 -0
- {ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/ix_notifiers/constants.py +2 -2
- ix_notifiers-0.2.1765274322/ix_notifiers.egg-info/PKG-INFO +26 -0
- ix_notifiers-0.2.1765274322/ix_notifiers.egg-info/requires.txt +1 -0
- {ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/setup.py +3 -3
- ix_notifiers-0.1.1754483136/PKG-INFO +0 -17
- ix_notifiers-0.1.1754483136/README.md +0 -1
- ix_notifiers-0.1.1754483136/ix_notifiers.egg-info/PKG-INFO +0 -17
- ix_notifiers-0.1.1754483136/ix_notifiers.egg-info/requires.txt +0 -1
- {ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/ix_notifiers/__init__.py +0 -0
- {ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/ix_notifiers/core.py +0 -0
- {ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/ix_notifiers/gotify_notifier.py +0 -0
- {ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/ix_notifiers/null_notifier.py +0 -0
- {ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/ix_notifiers.egg-info/SOURCES.txt +0 -0
- {ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/ix_notifiers.egg-info/dependency_links.txt +0 -0
- {ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/ix_notifiers.egg-info/top_level.txt +0 -0
- {ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/setup.cfg +0 -0
@@ -0,0 +1,26 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: ix-notifiers
|
3
|
+
Version: 0.2.1765274322
|
4
|
+
Summary: A python library for notifiers
|
5
|
+
Home-page: https://gitlab.com/egos-tech/notifiers
|
6
|
+
Author: ix.ai
|
7
|
+
Author-email: notifiers@egos.tech
|
8
|
+
License: MIT License
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
11
|
+
Classifier: Operating System :: OS Independent
|
12
|
+
Requires-Python: >=3.6
|
13
|
+
Description-Content-Type: text/markdown
|
14
|
+
License-File: LICENSE
|
15
|
+
Requires-Dist: requests==2.32.3
|
16
|
+
|
17
|
+
# ix-notifiers
|
18
|
+
|
19
|
+
A python library for sending notifications. Used in the [egos-tech](https://gitlab.com/egos-tech) projects such as:
|
20
|
+
|
21
|
+
- [/egos-tech/alertmanager-notifier](https://gitlab.com/egos-tech/alertmanager-notifier)
|
22
|
+
- [/egos-tech/cioban](https://gitlab.com/egos-tech/cioban)
|
23
|
+
|
24
|
+
## Usage
|
25
|
+
|
26
|
+
See [notifiers.py](https://gitlab.com/egos-tech/alertmanager-notifier/-/blob/main/alertmanager-notifier/lib/notifiers.py) for an usage example.
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# ix-notifiers
|
2
|
+
|
3
|
+
A python library for sending notifications. Used in the [egos-tech](https://gitlab.com/egos-tech) projects such as:
|
4
|
+
|
5
|
+
- [/egos-tech/alertmanager-notifier](https://gitlab.com/egos-tech/alertmanager-notifier)
|
6
|
+
- [/egos-tech/cioban](https://gitlab.com/egos-tech/cioban)
|
7
|
+
|
8
|
+
## Usage
|
9
|
+
|
10
|
+
See [notifiers.py](https://gitlab.com/egos-tech/alertmanager-notifier/-/blob/main/alertmanager-notifier/lib/notifiers.py) for an usage example.
|
@@ -0,0 +1,26 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: ix-notifiers
|
3
|
+
Version: 0.2.1765274322
|
4
|
+
Summary: A python library for notifiers
|
5
|
+
Home-page: https://gitlab.com/egos-tech/notifiers
|
6
|
+
Author: ix.ai
|
7
|
+
Author-email: notifiers@egos.tech
|
8
|
+
License: MIT License
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
11
|
+
Classifier: Operating System :: OS Independent
|
12
|
+
Requires-Python: >=3.6
|
13
|
+
Description-Content-Type: text/markdown
|
14
|
+
License-File: LICENSE
|
15
|
+
Requires-Dist: requests==2.32.3
|
16
|
+
|
17
|
+
# ix-notifiers
|
18
|
+
|
19
|
+
A python library for sending notifications. Used in the [egos-tech](https://gitlab.com/egos-tech) projects such as:
|
20
|
+
|
21
|
+
- [/egos-tech/alertmanager-notifier](https://gitlab.com/egos-tech/alertmanager-notifier)
|
22
|
+
- [/egos-tech/cioban](https://gitlab.com/egos-tech/cioban)
|
23
|
+
|
24
|
+
## Usage
|
25
|
+
|
26
|
+
See [notifiers.py](https://gitlab.com/egos-tech/alertmanager-notifier/-/blob/main/alertmanager-notifier/lib/notifiers.py) for an usage example.
|
@@ -0,0 +1 @@
|
|
1
|
+
requests==2.32.3
|
@@ -12,12 +12,12 @@ setuptools.setup(
|
|
12
12
|
name="ix-notifiers",
|
13
13
|
version=f"{constants.VERSION}.{constants.BUILD}",
|
14
14
|
author="ix.ai",
|
15
|
-
author_email="
|
15
|
+
author_email="notifiers@egos.tech",
|
16
16
|
description="A python library for notifiers",
|
17
17
|
long_description=long_description,
|
18
18
|
long_description_content_type="text/markdown",
|
19
19
|
license='MIT License',
|
20
|
-
url="https://gitlab.com/
|
20
|
+
url="https://gitlab.com/egos-tech/notifiers",
|
21
21
|
packages=setuptools.find_packages(),
|
22
22
|
classifiers=[
|
23
23
|
"Programming Language :: Python :: 3",
|
@@ -26,6 +26,6 @@ setuptools.setup(
|
|
26
26
|
],
|
27
27
|
python_requires='>=3.6',
|
28
28
|
install_requires=[
|
29
|
-
'requests
|
29
|
+
'requests==2.32.3',
|
30
30
|
],
|
31
31
|
)
|
@@ -1,17 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: ix-notifiers
|
3
|
-
Version: 0.1.1754483136
|
4
|
-
Summary: A python library for notifiers
|
5
|
-
Home-page: https://gitlab.com/ix.ai/notifiers
|
6
|
-
Author: ix.ai
|
7
|
-
Author-email: docker@ix.ai
|
8
|
-
License: MIT License
|
9
|
-
Classifier: Programming Language :: Python :: 3
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
11
|
-
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.6
|
13
|
-
Description-Content-Type: text/markdown
|
14
|
-
License-File: LICENSE
|
15
|
-
Requires-Dist: requests>=2.32.1
|
16
|
-
|
17
|
-
A python library for notifiers. Used in the ix.ai projects.
|
@@ -1 +0,0 @@
|
|
1
|
-
A python library for notifiers. Used in the ix.ai projects.
|
@@ -1,17 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: ix-notifiers
|
3
|
-
Version: 0.1.1754483136
|
4
|
-
Summary: A python library for notifiers
|
5
|
-
Home-page: https://gitlab.com/ix.ai/notifiers
|
6
|
-
Author: ix.ai
|
7
|
-
Author-email: docker@ix.ai
|
8
|
-
License: MIT License
|
9
|
-
Classifier: Programming Language :: Python :: 3
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
11
|
-
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.6
|
13
|
-
Description-Content-Type: text/markdown
|
14
|
-
License-File: LICENSE
|
15
|
-
Requires-Dist: requests>=2.32.1
|
16
|
-
|
17
|
-
A python library for notifiers. Used in the ix.ai projects.
|
@@ -1 +0,0 @@
|
|
1
|
-
requests>=2.32.1
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/ix_notifiers.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{ix_notifiers-0.1.1754483136 → ix_notifiers-0.2.1765274322}/ix_notifiers.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|