python-yarbo 0.1.0__tar.gz → 0.1.1__tar.gz
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.
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/PKG-INFO +7 -8
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/README.md +5 -6
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/pyproject.toml +2 -2
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/__init__.py +3 -3
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.editorconfig +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/CODEOWNERS +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/SECURITY.md +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/copilot.yml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/dependabot.yml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/workflows/auto-create-pr.yml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/workflows/ci.yml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/workflows/copilot-automerge.yml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/workflows/release.yml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/workflows/security.yml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.gitignore +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.pre-commit-config.yaml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/CHANGELOG.md +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/CONTRIBUTING.md +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/LICENSE +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/docs/api.md +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/docs/index.md +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/examples/basic_control.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/examples/cloud_login.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/examples/telemetry_stream.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/ruff.toml +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/_codec.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/auth.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/client.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/cloud.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/cloud_mqtt.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/const.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/discovery.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/error_reporting.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/exceptions.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/keys/README.md +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/local.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/models.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/mqtt.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/conftest.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_auth.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_client.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_cloud.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_cloud_mqtt.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_codec.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_discovery.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_error_reporting.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_local.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_models.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_mqtt.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_typed_commands.py +0 -0
- {python_yarbo-0.1.0 → python_yarbo-0.1.1}/uv.lock +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-yarbo
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: Python library for local
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: Python library for local control of Yarbo robot mowers and snow blowers via MQTT
|
|
5
5
|
Project-URL: Homepage, https://github.com/markus-lassfolk/python-yarbo
|
|
6
6
|
Project-URL: Repository, https://github.com/markus-lassfolk/python-yarbo
|
|
7
7
|
Project-URL: Bug Tracker, https://github.com/markus-lassfolk/python-yarbo/issues
|
|
@@ -47,11 +47,11 @@ Description-Content-Type: text/markdown
|
|
|
47
47
|
[](https://pypi.org/project/python-yarbo/)
|
|
48
48
|
[](LICENSE)
|
|
49
49
|
|
|
50
|
-
Python library for **local
|
|
51
|
-
mowers and snow blowers
|
|
50
|
+
Python library for **local control** of [Yarbo](https://yarbo.com/) robot
|
|
51
|
+
mowers and snow blowers via MQTT.
|
|
52
52
|
|
|
53
53
|
> **Status**: Alpha (0.1.0) — local MQTT control is functional and confirmed working
|
|
54
|
-
> on hardware.
|
|
54
|
+
> on hardware.
|
|
55
55
|
|
|
56
56
|
## Features
|
|
57
57
|
|
|
@@ -267,8 +267,7 @@ Recommendations:
|
|
|
267
267
|
|
|
268
268
|
## Protocol Notes
|
|
269
269
|
|
|
270
|
-
|
|
271
|
-
live packet captures. Key protocol facts:
|
|
270
|
+
Key protocol facts for local MQTT communication:
|
|
272
271
|
|
|
273
272
|
- **MQTT broker**: Local EMQX at `192.168.1.24:1883` or `192.168.1.55:1883`
|
|
274
273
|
(check which IP your robot uses — both have been observed in production)
|
|
@@ -302,5 +301,5 @@ MIT — see [LICENSE](LICENSE).
|
|
|
302
301
|
|
|
303
302
|
## Disclaimer
|
|
304
303
|
|
|
305
|
-
This
|
|
304
|
+
This is a community project. It is not affiliated with or endorsed by
|
|
306
305
|
Yarbo. Use at your own risk. Do not expose your robot's MQTT broker to the internet.
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
[](https://pypi.org/project/python-yarbo/)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
|
|
8
|
-
Python library for **local
|
|
9
|
-
mowers and snow blowers
|
|
8
|
+
Python library for **local control** of [Yarbo](https://yarbo.com/) robot
|
|
9
|
+
mowers and snow blowers via MQTT.
|
|
10
10
|
|
|
11
11
|
> **Status**: Alpha (0.1.0) — local MQTT control is functional and confirmed working
|
|
12
|
-
> on hardware.
|
|
12
|
+
> on hardware.
|
|
13
13
|
|
|
14
14
|
## Features
|
|
15
15
|
|
|
@@ -225,8 +225,7 @@ Recommendations:
|
|
|
225
225
|
|
|
226
226
|
## Protocol Notes
|
|
227
227
|
|
|
228
|
-
|
|
229
|
-
live packet captures. Key protocol facts:
|
|
228
|
+
Key protocol facts for local MQTT communication:
|
|
230
229
|
|
|
231
230
|
- **MQTT broker**: Local EMQX at `192.168.1.24:1883` or `192.168.1.55:1883`
|
|
232
231
|
(check which IP your robot uses — both have been observed in production)
|
|
@@ -260,5 +259,5 @@ MIT — see [LICENSE](LICENSE).
|
|
|
260
259
|
|
|
261
260
|
## Disclaimer
|
|
262
261
|
|
|
263
|
-
This
|
|
262
|
+
This is a community project. It is not affiliated with or endorsed by
|
|
264
263
|
Yarbo. Use at your own risk. Do not expose your robot's MQTT broker to the internet.
|
|
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-yarbo"
|
|
7
|
-
version = "0.1.
|
|
8
|
-
description = "Python library for local
|
|
7
|
+
version = "0.1.1"
|
|
8
|
+
description = "Python library for local control of Yarbo robot mowers and snow blowers via MQTT"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
11
11
|
authors = [{ name = "Markus Lassfolk" }]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"""
|
|
2
|
-
yarbo — Python library for local
|
|
2
|
+
yarbo — Python library for local control of Yarbo robot mowers and snow blowers via MQTT.
|
|
3
3
|
|
|
4
4
|
Yarbo makes autonomous snow blowers and lawn mowers controlled via local MQTT.
|
|
5
|
-
This library
|
|
6
|
-
|
|
5
|
+
This library provides typed Python methods for controlling Yarbo devices
|
|
6
|
+
over the local network.
|
|
7
7
|
|
|
8
8
|
Quick start (async)::
|
|
9
9
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|