Package: wnpp Severity: wishlist Owner: Edward Betts <edw...@4angle.com>
* Package name : vacuum-map-parser-base Version : 0.1.3 Upstream Author : Piotr Machowski <piotr.machowski....@gmail.com> * URL : https://github.com/PiotrMachowski/Python-package-vacuum-map-parser-base * License : Apache-2.0 Programming Lang: Python 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. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.