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.0.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.0.tar.gz.
File metadata
- Download URL: alert_helper-0.1.0.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 |
e698912914a5340c99b24fb84ea2992edbc9619370130345c1d75af9d6cd7f0f
|
|
| MD5 |
7d9b405c0b1e39380f8994b0ec20cfc2
|
|
| BLAKE2b-256 |
fe284cfaef724490f72335174432b580f86069ccfb2b35bd75213ef0e382aeb0
|
File details
Details for the file alert_helper-0.1.0-py3-none-any.whl.
File metadata
- Download URL: alert_helper-0.1.0-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 |
58bf89771a31d1bfdde3ee922151f7ba7627d43d39ff25c977ad3a6f9714a346
|
|
| MD5 |
9fb4c5f26bd4804a7b796ecd9ec59f50
|
|
| BLAKE2b-256 |
aeb3887951416fd9ba985626bf563c9839bc1fe86e3bb51f9c5750d005211fba
|