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.2.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.2.tar.gz.
File metadata
- Download URL: alert_helper-0.1.2.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 |
0100409403c9fe381731761a0d0685f483dc86053acb720647285c8f47ca273d
|
|
| MD5 |
2c7a0fd1bd057a19b179b22130a5ffcf
|
|
| BLAKE2b-256 |
778a12bdc8401f4f60d1757b006818e2112b75eab25b3710259bd1f832583208
|
File details
Details for the file alert_helper-0.1.2-py3-none-any.whl.
File metadata
- Download URL: alert_helper-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.0 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 |
9f7e4e8d0874d1a4cb0f2823f056396f765a143c84f96cbeacd2167c433b805c
|
|
| MD5 |
aefa4e8cfe666dda7e67d32bbff08c23
|
|
| BLAKE2b-256 |
27d1dfec279e7af75ecc2d81ff99ca24b3b4baef82554b564f833d003357ded7
|