LICENSE
README.md
pyproject.toml
setup.py
src/onvif_parsers/__init__.py
src/onvif_parsers/model.py
src/onvif_parsers/py.typed
src/onvif_parsers/registry.py
src/onvif_parsers/util.py
src/onvif_parsers.egg-info/PKG-INFO
src/onvif_parsers.egg-info/SOURCES.txt
src/onvif_parsers.egg-info/dependency_links.txt
src/onvif_parsers.egg-info/requires.txt
src/onvif_parsers.egg-info/top_level.txt
src/onvif_parsers/parsers/hikvision.py
src/onvif_parsers/parsers/reolink.py
src/onvif_parsers/parsers/tapo.py
src/onvif_parsers/parsers/uncategorized.py
tests/test_generic.py
tests/test_hikvision.py
tests/test_registry.py
tests/test_reolink.py
tests/test_tapo.py