heads_up
headsup is a Python library for getting local and remote alerts about your code execution process.
https://github.com/heads-up-org/heads-up
Installation
Use the package manager pip to install heads-up.
pip install heads-up
Usage
# local
from headsup.local import headsup
headsup()
# remote
from headsup.remote import watch, notify
watch_code = watch()
## ...
## Here comes your long-running code
## ...
notify(watch_code, "Success!!")
Contributing
Pull requests are welcome. For major changes, contact the project owner.
License
[GNU General Public License v3.0]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
heads_up-1.0.7.tar.gz
(31.5 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
heads_up-1.0.7-py3-none-any.whl
(31.7 kB
view details)
File details
Details for the file heads_up-1.0.7.tar.gz.
File metadata
- Download URL: heads_up-1.0.7.tar.gz
- Upload date:
- Size: 31.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.4.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa084ec1df979719e2d75ca72f96112af488ddcdadafa56ac015bdd69e3d8832
|
|
| MD5 |
896e1d05ccaff8c5c97b05e997d53e3c
|
|
| BLAKE2b-256 |
26ddfcfd19700b724bd9a7bd14b15c0caf0274b95eb0b0341f08eb180a7a14e6
|
File details
Details for the file heads_up-1.0.7-py3-none-any.whl.
File metadata
- Download URL: heads_up-1.0.7-py3-none-any.whl
- Upload date:
- Size: 31.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.4.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85bd16ec22ea83d53358ae521f19de867f7e6c5c19523a9300e29d2042904b30
|
|
| MD5 |
386f1fc5ebd35c7737d3145ac8ae735d
|
|
| BLAKE2b-256 |
2099feedbc30ba6853f7709fd3d533293a09ac595057303a0501c93fec915e94
|