Metadata-Version: 2.4
Name: hchecks
Version: 0.1.3
Summary: Python healthcheck library
Project-URL: Homepage, https://github.com/ivangeorgiev/hchecks
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# healthz
Library for implementing sync and async health checks

## Setup Environment

```sh
uv sync --dev --group jupyter
source .venv/bin/activate
jupyter lab
```

## Build
```sh
uv build
twine upload dist/*
```
