lghorizon 0.8.3__tar.gz → 0.8.5__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.
- {lghorizon-0.8.3 → lghorizon-0.8.5}/PKG-INFO +14 -3
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon/models.py +0 -1
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon.egg-info/PKG-INFO +14 -3
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon.egg-info/requires.txt +1 -1
- {lghorizon-0.8.3 → lghorizon-0.8.5}/setup.py +1 -1
- {lghorizon-0.8.3 → lghorizon-0.8.5}/.coverage +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/.flake8 +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/.github/workflows/build-on-pr.yml +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/.github/workflows/publish-to-pypi.yml +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/.gitignore +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/LICENSE +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/README.md +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/instructions.txt +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon/__init__.py +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon/const.py +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon/exceptions.py +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon/helpers.py +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon/lghorizon_api.py +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon/py.typed +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon.egg-info/SOURCES.txt +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon.egg-info/dependency_links.txt +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon.egg-info/not-zip-safe +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lghorizon.egg-info/top_level.txt +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/lib64 +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/pyvenv.cfg +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/renovate.json +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/secrets_stub.json +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/setup.cfg +0 -0
- {lghorizon-0.8.3 → lghorizon-0.8.5}/test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: lghorizon
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.5
|
|
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
|
|
@@ -20,9 +20,20 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
20
20
|
Requires-Python: >=3.9
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: paho-mqtt
|
|
23
|
+
Requires-Dist: paho-mqtt
|
|
24
24
|
Requires-Dist: requests>=2.22.0
|
|
25
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: requires-dist
|
|
35
|
+
Dynamic: requires-python
|
|
36
|
+
Dynamic: summary
|
|
26
37
|
|
|
27
38
|
# LG Horizon Api
|
|
28
39
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: lghorizon
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.5
|
|
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
|
|
@@ -20,9 +20,20 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
20
20
|
Requires-Python: >=3.9
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: paho-mqtt
|
|
23
|
+
Requires-Dist: paho-mqtt
|
|
24
24
|
Requires-Dist: requests>=2.22.0
|
|
25
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: requires-dist
|
|
35
|
+
Dynamic: requires-python
|
|
36
|
+
Dynamic: summary
|
|
26
37
|
|
|
27
38
|
# LG Horizon Api
|
|
28
39
|
|
|
@@ -27,7 +27,7 @@ setuptools.setup(
|
|
|
27
27
|
url="https://github.com/sholofly/LGHorizon-python",
|
|
28
28
|
packages=setuptools.find_packages(include=["lghorizon"]),
|
|
29
29
|
license="MIT license",
|
|
30
|
-
install_requires=["paho-mqtt
|
|
30
|
+
install_requires=["paho-mqtt", "requests>=2.22.0", "backoff>=1.9.0"],
|
|
31
31
|
keywords=["LG", "Horizon", "API", "Settop box"],
|
|
32
32
|
classifiers=[
|
|
33
33
|
"Development Status :: 3 - Alpha",
|
|
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
|