lghorizon 0.9.0b0__tar.gz → 0.9.0.dev2__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 (38) hide show
  1. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/PKG-INFO +1 -1
  2. lghorizon-0.9.0.dev2/lghorizon/__init__.py +3 -0
  3. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/lghorizon_api.py +1 -1
  4. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon.egg-info/PKG-INFO +1 -1
  5. lghorizon-0.9.0b0/lghorizon/__init__.py +0 -6
  6. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/.coverage +0 -0
  7. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/.flake8 +0 -0
  8. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/.github/workflows/build-on-pr.yml +0 -0
  9. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/.github/workflows/publish-to-pypi.yml +0 -0
  10. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/.gitignore +0 -0
  11. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/.vscode/launch.json +0 -0
  12. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/LICENSE +0 -0
  13. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/README.md +0 -0
  14. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/instructions.txt +0 -0
  15. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/const.py +0 -0
  16. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/exceptions.py +0 -0
  17. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/helpers.py +0 -0
  18. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/legacy/lghorizon_api.py +0 -0
  19. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/legacy/models.py +0 -0
  20. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/lghorizon_device.py +0 -0
  21. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/lghorizon_device_state_processor.py +0 -0
  22. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/lghorizon_message_factory.py +0 -0
  23. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/lghorizon_models.py +0 -0
  24. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/lghorizon_mqtt_client.py +0 -0
  25. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/lghorizon_recording_factory.py +0 -0
  26. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon/py.typed +0 -0
  27. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon.egg-info/SOURCES.txt +0 -0
  28. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon.egg-info/dependency_links.txt +0 -0
  29. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon.egg-info/not-zip-safe +0 -0
  30. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon.egg-info/requires.txt +0 -0
  31. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lghorizon.egg-info/top_level.txt +0 -0
  32. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/lib64 +0 -0
  33. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/main.py +0 -0
  34. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/pyvenv.cfg +0 -0
  35. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/renovate.json +0 -0
  36. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/secrets_stub.json +0 -0
  37. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/setup.cfg +0 -0
  38. {lghorizon-0.9.0b0 → lghorizon-0.9.0.dev2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lghorizon
3
- Version: 0.9.0b0
3
+ Version: 0.9.0.dev2
4
4
  Summary: Python client for Liberty Global Horizon settop boxes
5
5
  Home-page: https://github.com/sholofly/LGHorizon-python
6
6
  Author: Rudolf Offereins
@@ -0,0 +1,3 @@
1
+ """Python client for LG Horizon."""
2
+
3
+ pass
@@ -190,7 +190,7 @@ class LGHorizonApi:
190
190
  return
191
191
  await device.handle_ui_status_message(ui_status_message)
192
192
 
193
- async def _get_customer_info(self) -> LGHorizonCustomer:
193
+ async def _get_customer_info(self) -> Any:
194
194
  service_url = await self._service_config.get_service_url(
195
195
  "personalizationService"
196
196
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lghorizon
3
- Version: 0.9.0b0
3
+ Version: 0.9.0.dev2
4
4
  Summary: Python client for Liberty Global Horizon settop boxes
5
5
  Home-page: https://github.com/sholofly/LGHorizon-python
6
6
  Author: Rudolf Offereins
@@ -1,6 +0,0 @@
1
- """Python client for LG Horizon."""
2
-
3
- from .lghorizon_api import LGHorizonApi
4
- from .lghorizon_device import LGHorizonDevice
5
- from .lghorizon_models import *
6
- from .exceptions import *
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