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.
Files changed (54) hide show
  1. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/PKG-INFO +7 -8
  2. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/README.md +5 -6
  3. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/pyproject.toml +2 -2
  4. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/__init__.py +3 -3
  5. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.editorconfig +0 -0
  6. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/CODEOWNERS +0 -0
  7. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  8. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  9. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  10. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/SECURITY.md +0 -0
  11. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/copilot.yml +0 -0
  12. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/dependabot.yml +0 -0
  13. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/workflows/auto-create-pr.yml +0 -0
  14. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/workflows/ci.yml +0 -0
  15. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/workflows/copilot-automerge.yml +0 -0
  16. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/workflows/release.yml +0 -0
  17. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.github/workflows/security.yml +0 -0
  18. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.gitignore +0 -0
  19. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/.pre-commit-config.yaml +0 -0
  20. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/CHANGELOG.md +0 -0
  21. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/CONTRIBUTING.md +0 -0
  22. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/LICENSE +0 -0
  23. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/docs/api.md +0 -0
  24. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/docs/index.md +0 -0
  25. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/examples/basic_control.py +0 -0
  26. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/examples/cloud_login.py +0 -0
  27. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/examples/telemetry_stream.py +0 -0
  28. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/ruff.toml +0 -0
  29. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/_codec.py +0 -0
  30. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/auth.py +0 -0
  31. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/client.py +0 -0
  32. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/cloud.py +0 -0
  33. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/cloud_mqtt.py +0 -0
  34. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/const.py +0 -0
  35. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/discovery.py +0 -0
  36. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/error_reporting.py +0 -0
  37. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/exceptions.py +0 -0
  38. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/keys/README.md +0 -0
  39. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/local.py +0 -0
  40. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/models.py +0 -0
  41. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/src/yarbo/mqtt.py +0 -0
  42. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/conftest.py +0 -0
  43. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_auth.py +0 -0
  44. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_client.py +0 -0
  45. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_cloud.py +0 -0
  46. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_cloud_mqtt.py +0 -0
  47. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_codec.py +0 -0
  48. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_discovery.py +0 -0
  49. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_error_reporting.py +0 -0
  50. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_local.py +0 -0
  51. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_models.py +0 -0
  52. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_mqtt.py +0 -0
  53. {python_yarbo-0.1.0 → python_yarbo-0.1.1}/tests/test_typed_commands.py +0 -0
  54. {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.0
4
- Summary: Python library for local and cloud control of Yarbo robot mowers via MQTT
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
  [![Python versions](https://img.shields.io/pypi/pyversions/python-yarbo.svg)](https://pypi.org/project/python-yarbo/)
48
48
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
49
49
 
50
- Python library for **local and cloud control** of [Yarbo](https://yarbo.com/) robot
51
- mowers and snow blowers built from reverse-engineered protocol knowledge.
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. Cloud API is partially functional (JWT auth migration in progress).
54
+ > on hardware.
55
55
 
56
56
  ## Features
57
57
 
@@ -267,8 +267,7 @@ Recommendations:
267
267
 
268
268
  ## Protocol Notes
269
269
 
270
- This library was built from reverse-engineering the Yarbo Flutter app and
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 library was built by reverse engineering. It is not affiliated with or endorsed by
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
  [![Python versions](https://img.shields.io/pypi/pyversions/python-yarbo.svg)](https://pypi.org/project/python-yarbo/)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7
7
 
8
- Python library for **local and cloud control** of [Yarbo](https://yarbo.com/) robot
9
- mowers and snow blowers built from reverse-engineered protocol knowledge.
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. Cloud API is partially functional (JWT auth migration in progress).
12
+ > on hardware.
13
13
 
14
14
  ## Features
15
15
 
@@ -225,8 +225,7 @@ Recommendations:
225
225
 
226
226
  ## Protocol Notes
227
227
 
228
- This library was built from reverse-engineering the Yarbo Flutter app and
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 library was built by reverse engineering. It is not affiliated with or endorsed by
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.0"
8
- description = "Python library for local and cloud control of Yarbo robot mowers via MQTT"
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 and cloud control of Yarbo robot mowers.
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 was built from reverse-engineering the Yarbo Flutter app and
6
- probing the protocol with live hardware captures.
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