Simple python notification helper.
Project description
Simple Python Notification Helper
Supported Apps
Slack
- After obtaining a webhook URL from Slack, set it as the
SLACK_WEBHOOK_URLenvironment variable.
Usage
- Context manager
from noticeme import noticeme
with noticeme("test-job"):
# do something
- Decorator
from noticeme import noticeme
@noticeme("test-job")
def dummy():
# do something
dummy()
To Do
- Support other apps.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alert_helper-0.1.1.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alert_helper-0.1.1.tar.gz.
File metadata
- Download URL: alert_helper-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
556570bc50e13515a4c5b67a8d7a911047b5905164b1ad5160ec6a0e5b0874ac
|
|
| MD5 |
e9c2e7373a6a9bbfbbe21a14457d6786
|
|
| BLAKE2b-256 |
7726838d850b6ba9b256e7649939fbcff6356e88397634715ff4952e7a762579
|
File details
Details for the file alert_helper-0.1.1-py3-none-any.whl.
File metadata
- Download URL: alert_helper-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b19d40d9e0de86d18e0cf6072d87ab86fca95486807ff278fa8d4f435217762
|
|
| MD5 |
7643a380768124dc025ca67a5ca3af73
|
|
| BLAKE2b-256 |
d9c04572358caafe843a719ff17609f14a470c8764c29f2b3e7549d265c99a9e
|