Skip to main content

Receive alerts locally and remotely at certain stages of your code execution.

Project description

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]

Project details


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 hashes)

Uploaded Source

Built Distribution

heads_up-1.0.7-py3-none-any.whl (31.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page