lghorizon 0.9.0.dev3__py3-none-any.whl → 0.9.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.
- lghorizon/__init__.py +71 -2
- lghorizon/const.py +12 -77
- lghorizon/exceptions.py +3 -3
- lghorizon/lghorizon_api.py +42 -12
- lghorizon/lghorizon_device.py +101 -28
- lghorizon/lghorizon_device_state_processor.py +90 -26
- lghorizon/lghorizon_message_factory.py +0 -1
- lghorizon/lghorizon_models.py +250 -69
- lghorizon/lghorizon_mqtt_client.py +278 -66
- lghorizon/lghorizon_recording_factory.py +16 -2
- lghorizon-0.9.1.dist-info/METADATA +189 -0
- lghorizon-0.9.1.dist-info/RECORD +17 -0
- lghorizon-0.9.0.dev3.dist-info/METADATA +0 -41
- lghorizon-0.9.0.dev3.dist-info/RECORD +0 -17
- {lghorizon-0.9.0.dev3.dist-info → lghorizon-0.9.1.dist-info}/WHEEL +0 -0
- {lghorizon-0.9.0.dev3.dist-info → lghorizon-0.9.1.dist-info}/licenses/LICENSE +0 -0
- {lghorizon-0.9.0.dev3.dist-info → lghorizon-0.9.1.dist-info}/top_level.txt +0 -0
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: lghorizon
|
|
3
|
-
Version: 0.9.0.dev3
|
|
4
|
-
Summary: Python client for Liberty Global Horizon settop boxes
|
|
5
|
-
Home-page: https://github.com/sholofly/LGHorizon-python
|
|
6
|
-
Author: Rudolf Offereins
|
|
7
|
-
Author-email: r.offereins@gmail.com
|
|
8
|
-
License: MIT license
|
|
9
|
-
Keywords: LG,Horizon,API,Settop box
|
|
10
|
-
Classifier: Development Status :: 3 - Alpha
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
-
Classifier: Operating System :: OS Independent
|
|
14
|
-
Classifier: Natural Language :: English
|
|
15
|
-
Classifier: Intended Audience :: Developers
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
|
-
Requires-Python: >=3.9
|
|
21
|
-
Description-Content-Type: text/markdown
|
|
22
|
-
License-File: LICENSE
|
|
23
|
-
Requires-Dist: paho-mqtt
|
|
24
|
-
Requires-Dist: requests>=2.22.0
|
|
25
|
-
Requires-Dist: backoff>=1.9.0
|
|
26
|
-
Dynamic: author
|
|
27
|
-
Dynamic: author-email
|
|
28
|
-
Dynamic: classifier
|
|
29
|
-
Dynamic: description
|
|
30
|
-
Dynamic: description-content-type
|
|
31
|
-
Dynamic: home-page
|
|
32
|
-
Dynamic: keywords
|
|
33
|
-
Dynamic: license
|
|
34
|
-
Dynamic: license-file
|
|
35
|
-
Dynamic: requires-dist
|
|
36
|
-
Dynamic: requires-python
|
|
37
|
-
Dynamic: summary
|
|
38
|
-
|
|
39
|
-
# LG Horizon Api
|
|
40
|
-
|
|
41
|
-
Python library to control multiple LG Horizon boxes
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
lghorizon/__init__.py,sha256=oIYInjnNxYBWr9hIe9nGE7Jwe3WZbd3lNtNpsp6pG7Y,135
|
|
2
|
-
lghorizon/const.py,sha256=HINlbyevEN9ZRnfIBbSGNc6i9J8WkIgpqkLZrwyqpGQ,5307
|
|
3
|
-
lghorizon/exceptions.py,sha256=-6v55KDTogBldGAg1wV9Mrxm5L5BsaVguhBgVMOeJHk,404
|
|
4
|
-
lghorizon/helpers.py,sha256=SGlEN6V0kh2vqw1qCKmM1KhfeO-UvPyyQmnThgFLFhs,272
|
|
5
|
-
lghorizon/lghorizon_api.py,sha256=4K0aAklA61eXcZWPUgKe5LkNEu24QbMtVbThbAjaxR4,11767
|
|
6
|
-
lghorizon/lghorizon_device.py,sha256=jaxEjTjIx1zI9rBsv9gUwScRsVVNZrJMeM4ygxllBIo,12198
|
|
7
|
-
lghorizon/lghorizon_device_state_processor.py,sha256=R-aLtmS50nqJ3CZ7R5Qdg9w4lvZ3xIWiMskh4ls2sTA,12062
|
|
8
|
-
lghorizon/lghorizon_message_factory.py,sha256=1ZqgoGCERI-fhFh9ralemeHjPcpaPJS2AAkoGIbp9YI,1496
|
|
9
|
-
lghorizon/lghorizon_models.py,sha256=bncfG_gfJaG604xceg-svg8_EUDsplRXSSknqgOqh6k,41141
|
|
10
|
-
lghorizon/lghorizon_mqtt_client.py,sha256=bUWhTM8BJ1V5CbgP8ueJrm-pmopxBB7v_hLHKSwLxUU,4704
|
|
11
|
-
lghorizon/lghorizon_recording_factory.py,sha256=qIVfnfIvXliUv-Gy1LJXYmE6rFg90WhOQn_3P4ji2T0,1755
|
|
12
|
-
lghorizon/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
|
-
lghorizon-0.9.0.dev3.dist-info/licenses/LICENSE,sha256=6Dh2tur1gMX3r3rITjVwUONBEJxyyPZDY8p6DZXtimE,1059
|
|
14
|
-
lghorizon-0.9.0.dev3.dist-info/METADATA,sha256=6SiLdtTTrYsSzVkmTsRK54ZAB4ODkp4lF7PA7ZzRAD0,1287
|
|
15
|
-
lghorizon-0.9.0.dev3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
16
|
-
lghorizon-0.9.0.dev3.dist-info/top_level.txt,sha256=usii76_AxGfPI6gjrrh-NyZxcQQuF1B8_Q9kd7sID8Q,10
|
|
17
|
-
lghorizon-0.9.0.dev3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|