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.
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 ix.ai
3
+ Copyright (c) 2020-2025 ix.ai, egos.tech
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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.
@@ -3,5 +3,5 @@
3
3
  """ Constants declarations """
4
4
 
5
5
  # These get overwritten at build time. See build.sh
6
- VERSION = '0.1'
7
- BUILD = '1754483136'
6
+ VERSION = '0.2'
7
+ BUILD = '1765274322'
@@ -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="docker@ix.ai",
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/ix.ai/notifiers",
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>=2.32.1',
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