genie.libs.health
pyATS Health Check for monitoring device health status
What it is and what it does
genie.libs.health is a sub-component of the Genie testing framework that adds device health monitoring capabilities to pyATS. It allows you to monitor the health status of network devices, collect diagnostic information like tracebacks, and gather core files during test execution. The package integrates with Genie's modular architecture to provide health checks as part of automated test suites.
The package is part of Cisco's pyATS ecosystem, which is designed for data-driven and reusable network testing. It targets developers and system administrators building test automation for network infrastructure, particularly those already using Genie and pyATS. Installation is straightforward via pip, and the package maintains active development with recent releases.
Use it for:
- Monitor device health status during automated network test execution to detect failures early.
- Collect core files and diagnostic data from network devices when errors occur during testing.
- Integrate health checks into pyATS test suites to validate device stability across test iterations.
- Gather device traceback information for post-test analysis and troubleshooting.
- Build automated health validation into CI/CD pipelines for network infrastructure testing.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides health monitoring and diagnostics for network devices within the pyATS testing framework, enabling collection of device status, traceback data, and core files.
Yes, if you are already using Genie and pyATS for network test automation. The package adds essential health monitoring capabilities with low installation friction and active maintenance. No known security vulnerabilities. Apache 2.0 licensing poses no restrictions. Install only if your workflow involves Genie-based testing; it is a specialized component, not a general-purpose library.
Install
genie-libs-health on PyPI
pip
pip install genie-libs-healthuv
uv add genie-libs-healthpoetry
poetry add genie-libs-healthInstalling genie.libs.health
Before you install
Low friction installation with a wheel distribution. Actively maintained with a release within the past week. Depends on setuptools, wheel, and genie as runtime requirements.
License in practice
Licensed under Apache 2.0 (permissive), allowing use in commercial and private projects with minimal restrictions beyond attribution.
Quickstart
pip install genie.libs.health
from genie.libs.health import Health
health = Health(device)
Requires Python 3.5+ on Linux or macOS; Windows is not supported.
Verify before relying
- Specific health monitoring capabilities and metrics collected beyond device status and core files.
- Whether the package works standalone or requires a full pyATS installation.
- Integration requirements with existing Genie test harness setup.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — setuptools, wheel, genie |
| Maintenance | actively maintained — 7 days since the last release |
| First released | |
| Downloads | 268,238/month — #8,281 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: genie_libs_health-26.7-py3-none-any.whl
Keywords: genie, health, pyats, cisco
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
genie.libs.parserParses device output into structured data for…
permissive · top 15,000 on PyPI
genie.telemetryGenie Telemetry monitors testbed health status…
permissive · top 15,000 on PyPI
genie.libs.sdkGenie Libs SDK provides a library of reusable…
permissive · top 15,000 on PyPI
genie.libs.cleanGenie Clean provides device recovery and state…
permissive · top 15,000 on PyPI
genie.trafficgenProvides connection implementations to traffic…
permissive · top 15,000 on PyPI
genie.libs.opsGenie Libs Ops provides a library component for…
permissive · top 15,000 on PyPI
genie.libs.robotProvides RobotFramework keywords to interact…
permissive · top 15,000 on PyPI
genie.libs.filetransferutilsProvides utility functions for transferring…
permissive · top 15,000 on PyPI
genieGenie is a test automation library and harness…
permissive · top 15,000 on PyPI
genie.libs.confGenie Libs Conf provides Python object-based…
permissive · top 15,000 on PyPI