Source: vacuum-map-parser-base Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-poetry-core, Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: https://github.com/PiotrMachowski/Python-package-vacuum-map-parser-base Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/vacuum-map-parser-base Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/vacuum-map-parser-base.git Package: python3-vacuum-map-parser-base Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Common codebase for creating vacuum map parsers This library provides a set of foundational classes to be extended by specific vacuum map parsers. It supports the parsing of maps for various vacuum cleaner models by offering a structure that can be customized to accommodate different parsing needs. By defining the basic framework, the library ensures consistent implementation across different vacuum-specific map parsers. Users can build upon these base classes to create parsers tailored for specific brands or types of vacuums, such as Roborock, Viomi, Roidmi, and Dreame, enabling effective communication and data processing from the devices.