Skip to main content

Context manager around service provided by HealthChecks for easy use

Project description

Simple HealthChecks Wrapper

https://img.shields.io/pypi/v/healthchecks-wrapper.svg Documentation Status

Context manager around service provided by healthchecks.io for easy use.

  • Free software: MIT license

Features

  • Zero requirements outside the standard library

  • Easily report the status of your python jobs

  • Reports exceptions to HealthChecks as meta data

Getting started

Make a free account with at healthchecks.io and create a check. You need to copy the url of the check endpoint.

Install the dependencies

pip install healthchecks-wrapper

Use it in your job

from healthchecks_wrapper import HealthCheck

with HealthCheck(valid_ping_url):
  # Your job
    ...

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2021-12-21)

  • First release on PyPI.

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

healthchecks_wrapper-0.1.1.tar.gz (16.2 kB view hashes)

Uploaded Source

Built Distribution

healthchecks_wrapper-0.1.1-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 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