valetudo-map-parser 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {valetudo_map_parser-0.1.0.dist-info → valetudo_map_parser-0.1.1.dist-info}/METADATA +4 -2
- valetudo_map_parser-0.1.1.dist-info/NOTICE.txt +31 -0
- valetudo_map_parser-0.1.1.dist-info/RECORD +6 -0
- {valetudo_map_parser-0.1.0.dist-info → valetudo_map_parser-0.1.1.dist-info}/WHEEL +1 -1
- valetudo_map_parser-0.1.0.dist-info/RECORD +0 -5
- {valetudo_map_parser-0.1.0.dist-info → valetudo_map_parser-0.1.1.dist-info}/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: valetudo-map-parser
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A Python library to parse Valetudo map data returning a PIL Image object
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: Sandro Cantarella
|
@@ -8,6 +8,8 @@ Author-email: gsca075@gmail.com
|
|
8
8
|
Requires-Python: >=3.12
|
9
9
|
Classifier: License :: OSI Approved :: Apache Software License
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
11
|
+
Classifier: Programming Language :: Python :: 3.12
|
12
|
+
Classifier: Programming Language :: Python :: 3.13
|
11
13
|
Requires-Dist: Pillow (>=10.3.0)
|
12
14
|
Requires-Dist: numpy (>=1.26.4)
|
13
15
|
Project-URL: Bug Tracker, https://github.com/sca075/Python-package-valetudo-map-parser/issues
|
@@ -0,0 +1,31 @@
|
|
1
|
+
NOTICE
|
2
|
+
MQTT Vacuum's Camera renders the images of the Vacuums connected via MQTT with Home Assistant (mainly Valetudo ones),
|
3
|
+
extracting and utilizing data from Vacuums firmware through MQTT to create a detailed map image with vacuum coordinates,
|
4
|
+
walls, LiDar data, virtual restrictions, paths, cleaned areas, and segments (rooms).
|
5
|
+
The author of this component developed it independently and is not associated with the Valetudo project or its creators.
|
6
|
+
The scope of this project is to provide a visual representation of the vacuum's maps within Home Assistant.
|
7
|
+
|
8
|
+
Origin of the Work
|
9
|
+
This work is based on Valetudo firmware, which is an open-source project aimed at providing a cloud-free solution for
|
10
|
+
robotic vacuums within Home Assistant. The integration for Home Assistant allows users to visualize the maps,
|
11
|
+
facilitating the control of their MQTT or Valetudo-compatible vacuums within the Home Assistant ecosystem.
|
12
|
+
|
13
|
+
Trademarks
|
14
|
+
This component does not grant permission to use the trade names, trademarks, service marks, or product names of the
|
15
|
+
Valetudo firmware's creators (the Licensor), including "Valetudo" and "Valetudo Vacuums," except as required for
|
16
|
+
reasonable and customary use in describing the origin of the Work and reproducing the content of this NOTICE file.
|
17
|
+
|
18
|
+
Disclaimer of Warranty
|
19
|
+
Unless required by applicable law or agreed to in writing, the Licensor provides the Valetudo firmware (the Work)
|
20
|
+
on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
|
21
|
+
without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
22
|
+
PARTICULAR PURPOSE. Users are solely responsible for determining the appropriateness of using or redistributing
|
23
|
+
the Work and assume any risks associated with their exercise of permissions under this License.
|
24
|
+
|
25
|
+
Limitation of Liability
|
26
|
+
In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required
|
27
|
+
by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be
|
28
|
+
liable for damages, including any direct, indirect, special, incidental, or consequential damages of any character
|
29
|
+
arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages
|
30
|
+
for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses),
|
31
|
+
even if such Contributor has been advised of the possibility of such damages.
|
@@ -0,0 +1,6 @@
|
|
1
|
+
__init__.py,sha256=NWBVL5Zm5FDHLjzaSENukjgKg0hUB4ZQd2ZtBTIfWAQ,642
|
2
|
+
valetudo_map_parser-0.1.1.dist-info/LICENSE,sha256=Lh-qBbuRV0-jiCIBhfV7NgdwFxQFOXH3BKOzK865hRs,10480
|
3
|
+
valetudo_map_parser-0.1.1.dist-info/METADATA,sha256=ijBoS0yTpk0b0SS9b0V6cKw8qDJNE55GD2EvvV-Gm4g,1025
|
4
|
+
valetudo_map_parser-0.1.1.dist-info/NOTICE.txt,sha256=5lTOuWiU9aiEnJ2go8sc7lTJ7ntMBx0g0GFnNrswCY4,2533
|
5
|
+
valetudo_map_parser-0.1.1.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
|
6
|
+
valetudo_map_parser-0.1.1.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
__init__.py,sha256=NWBVL5Zm5FDHLjzaSENukjgKg0hUB4ZQd2ZtBTIfWAQ,642
|
2
|
-
valetudo_map_parser-0.1.0.dist-info/LICENSE,sha256=Lh-qBbuRV0-jiCIBhfV7NgdwFxQFOXH3BKOzK865hRs,10480
|
3
|
-
valetudo_map_parser-0.1.0.dist-info/METADATA,sha256=wf0KSVgqroO8m88lwRf6B51dHNAxg2KsHRpOyRotqQI,923
|
4
|
-
valetudo_map_parser-0.1.0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
5
|
-
valetudo_map_parser-0.1.0.dist-info/RECORD,,
|
File without changes
|