plugwise 1.7.3a3__tar.gz → 1.7.4__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.
- {plugwise-1.7.3a3 → plugwise-1.7.4}/PKG-INFO +4 -27
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise.egg-info/PKG-INFO +4 -27
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise.egg-info/SOURCES.txt +0 -1
- {plugwise-1.7.3a3 → plugwise-1.7.4}/pyproject.toml +3 -5
- {plugwise-1.7.3a3 → plugwise-1.7.4}/setup.cfg +0 -3
- {plugwise-1.7.3a3 → plugwise-1.7.4}/tests/test_init.py +8 -8
- plugwise-1.7.3a3/setup.py +0 -5
- {plugwise-1.7.3a3 → plugwise-1.7.4}/LICENSE +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/README.md +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/__init__.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/common.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/constants.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/data.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/exceptions.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/helper.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/legacy/data.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/legacy/helper.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/legacy/smile.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/py.typed +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/smile.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/smilecomm.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise/util.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise.egg-info/dependency_links.txt +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise.egg-info/requires.txt +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/plugwise.egg-info/top_level.txt +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/tests/test_adam.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/tests/test_anna.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/tests/test_generic.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/tests/test_legacy_anna.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/tests/test_legacy_generic.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/tests/test_legacy_p1.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/tests/test_legacy_stretch.py +0 -0
- {plugwise-1.7.3a3 → plugwise-1.7.4}/tests/test_p1.py +0 -0
@@ -1,39 +1,15 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: plugwise
|
3
|
-
Version: 1.7.
|
3
|
+
Version: 1.7.4
|
4
4
|
Summary: Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3.
|
5
|
-
Home-page: https://github.com/plugwise/python-plugwise
|
6
5
|
Author: Plugwise device owners
|
7
6
|
Maintainer: bouwew, CoMPaTech
|
8
|
-
License: MIT
|
9
|
-
|
10
|
-
Copyright (c) 2019 @laetificat, 2019-2020 @CoMPaTech & @bouwew, 2020-current @CoMPaTech, @bouwew & @brefra
|
11
|
-
|
12
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
13
|
-
of this software and associated documentation files (the "Software"), to deal
|
14
|
-
in the Software without restriction, including without limitation the rights
|
15
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
16
|
-
copies of the Software, and to permit persons to whom the Software is
|
17
|
-
furnished to do so, subject to the following conditions:
|
18
|
-
|
19
|
-
The above copyright notice and this permission notice shall be included in all
|
20
|
-
copies or substantial portions of the Software.
|
21
|
-
|
22
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
23
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
26
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
27
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
28
|
-
SOFTWARE.
|
29
|
-
|
7
|
+
License-Expression: MIT
|
30
8
|
Project-URL: Source Code, https://github.com/plugwise/python-plugwise
|
31
9
|
Project-URL: Bug Reports, https://github.com/plugwise/python-plugwise/issues
|
32
10
|
Keywords: home,automation,plugwise,module
|
33
|
-
Platform: any
|
34
11
|
Classifier: Development Status :: 5 - Production/Stable
|
35
12
|
Classifier: Intended Audience :: Developers
|
36
|
-
Classifier: License :: OSI Approved :: MIT License
|
37
13
|
Classifier: Operating System :: OS Independent
|
38
14
|
Classifier: Programming Language :: Python :: 3.12
|
39
15
|
Classifier: Programming Language :: Python :: 3.13
|
@@ -45,6 +21,7 @@ Requires-Dist: aiohttp
|
|
45
21
|
Requires-Dist: defusedxml
|
46
22
|
Requires-Dist: munch
|
47
23
|
Requires-Dist: python-dateutil
|
24
|
+
Dynamic: license-file
|
48
25
|
|
49
26
|
# Plugwise python module
|
50
27
|
|
@@ -1,39 +1,15 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: plugwise
|
3
|
-
Version: 1.7.
|
3
|
+
Version: 1.7.4
|
4
4
|
Summary: Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3.
|
5
|
-
Home-page: https://github.com/plugwise/python-plugwise
|
6
5
|
Author: Plugwise device owners
|
7
6
|
Maintainer: bouwew, CoMPaTech
|
8
|
-
License: MIT
|
9
|
-
|
10
|
-
Copyright (c) 2019 @laetificat, 2019-2020 @CoMPaTech & @bouwew, 2020-current @CoMPaTech, @bouwew & @brefra
|
11
|
-
|
12
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
13
|
-
of this software and associated documentation files (the "Software"), to deal
|
14
|
-
in the Software without restriction, including without limitation the rights
|
15
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
16
|
-
copies of the Software, and to permit persons to whom the Software is
|
17
|
-
furnished to do so, subject to the following conditions:
|
18
|
-
|
19
|
-
The above copyright notice and this permission notice shall be included in all
|
20
|
-
copies or substantial portions of the Software.
|
21
|
-
|
22
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
23
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
26
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
27
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
28
|
-
SOFTWARE.
|
29
|
-
|
7
|
+
License-Expression: MIT
|
30
8
|
Project-URL: Source Code, https://github.com/plugwise/python-plugwise
|
31
9
|
Project-URL: Bug Reports, https://github.com/plugwise/python-plugwise/issues
|
32
10
|
Keywords: home,automation,plugwise,module
|
33
|
-
Platform: any
|
34
11
|
Classifier: Development Status :: 5 - Production/Stable
|
35
12
|
Classifier: Intended Audience :: Developers
|
36
|
-
Classifier: License :: OSI Approved :: MIT License
|
37
13
|
Classifier: Operating System :: OS Independent
|
38
14
|
Classifier: Programming Language :: Python :: 3.12
|
39
15
|
Classifier: Programming Language :: Python :: 3.13
|
@@ -45,6 +21,7 @@ Requires-Dist: aiohttp
|
|
45
21
|
Requires-Dist: defusedxml
|
46
22
|
Requires-Dist: munch
|
47
23
|
Requires-Dist: python-dateutil
|
24
|
+
Dynamic: license-file
|
48
25
|
|
49
26
|
# Plugwise python module
|
50
27
|
|
@@ -1,18 +1,17 @@
|
|
1
1
|
[build-system]
|
2
|
-
requires = ["setuptools~=
|
2
|
+
requires = ["setuptools~=79.0"]
|
3
3
|
build-backend = "setuptools.build_meta"
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "plugwise"
|
7
|
-
version = "1.7.
|
8
|
-
license =
|
7
|
+
version = "1.7.4"
|
8
|
+
license = "MIT"
|
9
9
|
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
|
10
10
|
readme = "README.md"
|
11
11
|
keywords = ["home", "automation", "plugwise", "module"]
|
12
12
|
classifiers = [
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
14
14
|
"Intended Audience :: Developers",
|
15
|
-
"License :: OSI Approved :: MIT License",
|
16
15
|
"Operating System :: OS Independent",
|
17
16
|
"Programming Language :: Python :: 3.12",
|
18
17
|
"Programming Language :: Python :: 3.13",
|
@@ -38,7 +37,6 @@ dependencies = [
|
|
38
37
|
"Bug Reports" = "https://github.com/plugwise/python-plugwise/issues"
|
39
38
|
|
40
39
|
[tool.setuptools]
|
41
|
-
platforms = ["any"]
|
42
40
|
include-package-data = true
|
43
41
|
|
44
42
|
[tool.setuptools.package-data]
|
@@ -1,6 +1,3 @@
|
|
1
|
-
[metadata]
|
2
|
-
url = https://github.com/plugwise/python-plugwise
|
3
|
-
|
4
1
|
[codespell]
|
5
2
|
ignore-words-list = additionals,alle,alot,ba,bre,bund,currenty,datas,dof,dur,ether,farenheit,falsy,fo,haa,hass,hist,iam,iff,iif,incomfort,ines,ist,leeg,lightsensor,mut,nam,nd,pres,pullrequests,referer,resset,rime,ser,serie,sur,te,technik,ue,uint,unsecure,visability,wan,wanna,withing,zar
|
6
3
|
skip = ./.*,*.csv,*.json
|
@@ -342,10 +342,10 @@ class TestPlugwise: # pylint: disable=attribute-defined-outside-init
|
|
342
342
|
assert smile._timeout == 30
|
343
343
|
|
344
344
|
# Connect to the smile
|
345
|
-
|
345
|
+
smile_version = None
|
346
346
|
try:
|
347
|
-
|
348
|
-
assert
|
347
|
+
smile_version = await smile.connect()
|
348
|
+
assert smile_version is not None
|
349
349
|
assert smile._timeout == 10
|
350
350
|
return server, smile, client
|
351
351
|
except (
|
@@ -353,7 +353,7 @@ class TestPlugwise: # pylint: disable=attribute-defined-outside-init
|
|
353
353
|
pw_exceptions.InvalidXMLError,
|
354
354
|
pw_exceptions.InvalidAuthentication,
|
355
355
|
) as exception:
|
356
|
-
assert
|
356
|
+
assert smile_version is None
|
357
357
|
await self.disconnect(server, client)
|
358
358
|
raise exception
|
359
359
|
|
@@ -428,10 +428,10 @@ class TestPlugwise: # pylint: disable=attribute-defined-outside-init
|
|
428
428
|
assert smile._timeout == 30
|
429
429
|
|
430
430
|
# Connect to the smile
|
431
|
-
|
431
|
+
smile_version = None
|
432
432
|
try:
|
433
|
-
|
434
|
-
assert
|
433
|
+
smile_version = await smile.connect()
|
434
|
+
assert smile_version is not None
|
435
435
|
assert smile._timeout == 30
|
436
436
|
return server, smile, client
|
437
437
|
except (
|
@@ -439,7 +439,7 @@ class TestPlugwise: # pylint: disable=attribute-defined-outside-init
|
|
439
439
|
pw_exceptions.InvalidXMLError,
|
440
440
|
pw_exceptions.InvalidAuthentication,
|
441
441
|
) as exception:
|
442
|
-
assert
|
442
|
+
assert smile_version is None
|
443
443
|
await self.disconnect(server, client)
|
444
444
|
raise exception
|
445
445
|
|
plugwise-1.7.3a3/setup.py
DELETED
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
|