1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: vacuum-map-parser-base
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
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.2
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.
|