Metadata-Version: 2.4 Name: onvif-parsers Version: 2.3.0 Summary: Parsers for ONVIF events Author-email: Open Video Libs License: Apache Software License 2.0 Project-URL: Bug Tracker, https://github.com/openvideolibs/onvif-parsers/issues Project-URL: Changelog, https://github.com/openvideolibs/onvif-parsers/blob/main/CHANGELOG.md Project-URL: documentation, https://onvif-parsers.readthedocs.io Project-URL: repository, https://github.com/openvideolibs/onvif-parsers Classifier: Development Status :: 2 - Pre-Alpha Classifier: Intended Audience :: Developers Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Software Development :: Libraries Requires-Python: >=3.10 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: lxml>=6.0.0 Requires-Dist: onvif-zeep-async>=4.0.4 Requires-Dist: zeep>=4.3.2 Dynamic: license-file # onvif-parsers

CI Status Documentation Status Test coverage percentage

uv Ruff pre-commit

PyPI Version Supported Python versions License

--- **Documentation**: https://onvif-parsers.readthedocs.io **Source Code**: https://github.com/openvideolibs/onvif-parsers --- This package contains parsers for the [ONVIF events protocol](https://www.onvif.org/events/). Camera manufacturers that implement this protocol all have slightly different ways in which they send events. This module unifies them into a single event format, primarily for use by [Home Assistant](https://www.home-assistant.io/). ## Installation Install this via pip (or your favourite package manager): `pip install onvif-parsers` ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
bdraco
bdraco

💻
jterrace
jterrace

💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## Credits [![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier) This package was created with [Copier](https://copier.readthedocs.io/) and the [browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template) project template.