Metadata-Version: 2.4
Name: systemhealthcheck
Version: 0.2.1
Summary: A simple Python package to fetch system health metrics.
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil>=5.9
Requires-Dist: fastapi
Requires-Dist: uvicorn[standard]
Dynamic: license-file

# systemhealthcheck

[![PyPI version](https://img.shields.io/pypi/v/systemhealthcheck.svg)](https://pypi.org/project/systemhealthcheck/)
[![Python versions](https://img.shields.io/pypi/pyversions/systemhealthcheck.svg)](https://pypi.org/project/systemhealthcheck/)
[![License](https://img.shields.io/pypi/l/systemhealthcheck.svg)](LICENSE)
[![CI](https://github.com/<your-username>/systemhealthcheck/actions/workflows/ci.yml/badge.svg)](https://github.com/<your-username>/systemhealthcheck/actions)

`systemhealthcheck` is a lightweight, production-style Python package that exposes real-time system health metrics.  
It includes both:

- A **fast API-safe `get_health()` function**, and  
- A **console-based monitoring CLI tool** that prints metrics at fixed intervals.

This project is ideal for learning, DevOps demonstrations, monitoring scripts, and showcasing your Python packaging skills.

---

## 📦 Installation (from PyPI)

```bash
pip install systemhealthcheck
