Source: python-zabbix-utils
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-single-binary,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/zabbix/python-zabbix-utils
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-zabbix-utils
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-zabbix-utils.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-zabbix-utils
Architecture: all
Description: utilities for interacting with Zabbix services
 Zabbix is a monitoring system that collects and visualizes metrics from
 infrastructure, networks, applications, and services. It can detect problems
 in the collected data and issue alerts.
 .
 This library provides synchronous and asynchronous interfaces to the Zabbix
 API. It supports password and API token authentication and exposes API methods
 through attribute access.
 .
 It can send individual or batched item values to Zabbix servers and proxies
 using the Zabbix sender protocol. It can also retrieve item values from Zabbix
 agents using the Zabbix get protocol.
