Go to file
dependabot[bot] b78e124a4e ci: bump actions/setup-python from 5.3.0 to 6.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.3.0...v6.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-05 01:02:30 +00:00
2024-05-05 13:39:25 -05:00
2021-12-06 16:49:20 -06:00
2022-07-28 16:34:46 -05:00
2021-12-06 16:49:20 -06:00
2022-01-08 17:46:11 -06:00
2022-07-28 16:34:47 -05:00
2025-04-16 09:05:23 -05:00
2021-12-06 16:49:20 -06:00
2021-12-05 16:09:11 -06:00
2021-12-06 16:49:20 -06:00
2024-07-03 16:20:29 -05:00
2021-12-16 18:52:51 -06:00

Py Healthchecks.Io
==================

|PyPI| |Status| |Python Version| |License|

|Read the Docs| |Tests| |Codecov|

|pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/healthchecks-io.svg
   :target: https://pypi.org/project/healthchecks-io/
   :alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/healthchecks-io.svg
   :target: https://pypi.org/project/healthchecks-io/
   :alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/healthchecks-io
   :target: https://pypi.org/project/healthchecks-io
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/healthchecks-io
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/py-healthchecksio/latest.svg?label=Read%20the%20Docs
   :target: https://py-healthchecksio.readthedocs.io/en/latest/
   :alt: Read the documentation at https://py-healthchecksio.readthedocs.io/en/latest/
.. |Tests| image:: https://github.com/andrewthetechie/py-healthchecks.io/workflows/Tests/badge.svg
   :target: https://github.com/andrewthetechie/py-healthchecks.io/actions?workflow=Tests
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/andrewthetechie/py-healthchecks.io/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/andrewthetechie/py-healthchecks.io
   :alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black

A python client for healthchecks.io. Supports the management api and ping api.

Features
--------

* Sync and Async clients based on HTTPX
* Supports the management api and the ping api
* Supports Healthchecks.io SAAS and self-hosted instances


Requirements
------------

* httpx
* pytz
* pydantic


Installation
------------

You can install *Py Healthchecks.Io* via pip_ from PyPI_:

.. code:: console

   $ pip install healthchecks-io


Usage
-----

Please see the `Usage <Usage_>`_ for details.


Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.


License
-------

Distributed under the terms of the `MIT license`_,
*Py Healthchecks.Io* is free and open source software.


Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.


Credits
-------

This project was generated from `@cjolowicz`_'s `Hypermodern Python Cookiecutter`_ template.

.. _@cjolowicz: https://github.com/cjolowicz
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _MIT license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/
.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _file an issue: https://github.com/andrewthetechie/py-healthchecks.io/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://py-healthchecksio.readthedocs.io/en/latest/usage.html
Description
A python client for healthchecks.io. Supports the management api and ping api
Readme MIT 2.8 MiB
Languages
Python 100%