Metadata-Version: 2.1
Name: ix-notifiers
Version: 0.4.1765296883
Summary: A python library for notifiers
Home-page: https://gitlab.com/egos-tech/notifiers
Author: ix.ai
Author-email: notifiers@egos.tech
License: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests==2.32.3

# ix-notifiers

A python library for sending notifications. Used in the [egos-tech](https://gitlab.com/egos-tech) projects such as:

- [/egos-tech/alertmanager-notifier](https://gitlab.com/egos-tech/alertmanager-notifier)
- [/egos-tech/cioban](https://gitlab.com/egos-tech/cioban)

## Usage

See [notifiers.py](https://gitlab.com/egos-tech/alertmanager-notifier/-/blob/main/alertmanager-notifier/lib/notifiers.py) for an usage example.
