plugwise 1.7.3a3__tar.gz → 1.7.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.
Files changed (34) hide show
  1. {plugwise-1.7.3a3 → plugwise-1.7.5}/PKG-INFO +5 -29
  2. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise.egg-info/PKG-INFO +5 -29
  3. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise.egg-info/SOURCES.txt +0 -2
  4. {plugwise-1.7.3a3 → plugwise-1.7.5}/pyproject.toml +5 -9
  5. plugwise-1.7.5/setup.cfg +4 -0
  6. {plugwise-1.7.3a3 → plugwise-1.7.5}/tests/test_init.py +8 -8
  7. plugwise-1.7.3a3/setup.cfg +0 -12
  8. plugwise-1.7.3a3/setup.py +0 -5
  9. {plugwise-1.7.3a3 → plugwise-1.7.5}/LICENSE +0 -0
  10. {plugwise-1.7.3a3 → plugwise-1.7.5}/README.md +0 -0
  11. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/__init__.py +0 -0
  12. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/common.py +0 -0
  13. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/constants.py +0 -0
  14. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/data.py +0 -0
  15. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/exceptions.py +0 -0
  16. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/helper.py +0 -0
  17. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/legacy/data.py +0 -0
  18. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/legacy/helper.py +0 -0
  19. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/legacy/smile.py +0 -0
  20. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/py.typed +0 -0
  21. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/smile.py +0 -0
  22. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/smilecomm.py +0 -0
  23. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise/util.py +0 -0
  24. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise.egg-info/dependency_links.txt +0 -0
  25. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise.egg-info/requires.txt +0 -0
  26. {plugwise-1.7.3a3 → plugwise-1.7.5}/plugwise.egg-info/top_level.txt +0 -0
  27. {plugwise-1.7.3a3 → plugwise-1.7.5}/tests/test_adam.py +0 -0
  28. {plugwise-1.7.3a3 → plugwise-1.7.5}/tests/test_anna.py +0 -0
  29. {plugwise-1.7.3a3 → plugwise-1.7.5}/tests/test_generic.py +0 -0
  30. {plugwise-1.7.3a3 → plugwise-1.7.5}/tests/test_legacy_anna.py +0 -0
  31. {plugwise-1.7.3a3 → plugwise-1.7.5}/tests/test_legacy_generic.py +0 -0
  32. {plugwise-1.7.3a3 → plugwise-1.7.5}/tests/test_legacy_p1.py +0 -0
  33. {plugwise-1.7.3a3 → plugwise-1.7.5}/tests/test_legacy_stretch.py +0 -0
  34. {plugwise-1.7.3a3 → plugwise-1.7.5}/tests/test_p1.py +0 -0
@@ -1,50 +1,26 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: plugwise
3
- Version: 1.7.3a3
3
+ Version: 1.7.5
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 License
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
- Classifier: Programming Language :: Python :: 3.12
39
14
  Classifier: Programming Language :: Python :: 3.13
40
15
  Classifier: Topic :: Home Automation
41
- Requires-Python: >=3.12.0
16
+ Requires-Python: >=3.13
42
17
  Description-Content-Type: text/markdown
43
18
  License-File: LICENSE
44
19
  Requires-Dist: aiohttp
45
20
  Requires-Dist: defusedxml
46
21
  Requires-Dist: munch
47
22
  Requires-Dist: python-dateutil
23
+ Dynamic: license-file
48
24
 
49
25
  # Plugwise python module
50
26
 
@@ -1,50 +1,26 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: plugwise
3
- Version: 1.7.3a3
3
+ Version: 1.7.5
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 License
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
- Classifier: Programming Language :: Python :: 3.12
39
14
  Classifier: Programming Language :: Python :: 3.13
40
15
  Classifier: Topic :: Home Automation
41
- Requires-Python: >=3.12.0
16
+ Requires-Python: >=3.13
42
17
  Description-Content-Type: text/markdown
43
18
  License-File: LICENSE
44
19
  Requires-Dist: aiohttp
45
20
  Requires-Dist: defusedxml
46
21
  Requires-Dist: munch
47
22
  Requires-Dist: python-dateutil
23
+ Dynamic: license-file
48
24
 
49
25
  # Plugwise python module
50
26
 
@@ -1,8 +1,6 @@
1
1
  LICENSE
2
2
  README.md
3
3
  pyproject.toml
4
- setup.cfg
5
- setup.py
6
4
  plugwise/__init__.py
7
5
  plugwise/common.py
8
6
  plugwise/constants.py
@@ -1,20 +1,18 @@
1
1
  [build-system]
2
- requires = ["setuptools~=75.1", "wheel~=0.45.0"]
2
+ requires = ["setuptools~=80.0"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "plugwise"
7
- version = "1.7.3a3"
8
- license = {file = "LICENSE"}
7
+ version = "1.7.5"
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
- "Programming Language :: Python :: 3.12",
18
16
  "Programming Language :: Python :: 3.13",
19
17
  "Topic :: Home Automation",
20
18
  ]
@@ -25,7 +23,7 @@ maintainers = [
25
23
  { name = "bouwew"},
26
24
  { name = "CoMPaTech" }
27
25
  ]
28
- requires-python = ">=3.12.0"
26
+ requires-python = ">=3.13"
29
27
  dependencies = [
30
28
  "aiohttp",
31
29
  "defusedxml",
@@ -38,7 +36,6 @@ dependencies = [
38
36
  "Bug Reports" = "https://github.com/plugwise/python-plugwise/issues"
39
37
 
40
38
  [tool.setuptools]
41
- platforms = ["any"]
42
39
  include-package-data = true
43
40
 
44
41
  [tool.setuptools.package-data]
@@ -54,7 +51,7 @@ include = ["plugwise*"]
54
51
  # 20241208: W0201 / attribute-defined-outside-init
55
52
  # 20241208: R1702 / too-many-nested-blocks # too many nested blocks in test_init 8/5
56
53
  # 20241208: R6102 / consider-using-tuple
57
- # 20241208: Recommended disabling => "implicit-str-concat", # ISC001 - 2 occurances!
54
+ # 20241208: Recommended disabling => "implicit-str-concat", # ISC001 - 2 occurrences!
58
55
  ##
59
56
 
60
57
  [tool.pylint.MAIN]
@@ -468,7 +465,6 @@ lint.select = [
468
465
  "S317", # suspicious-xml-sax-usage
469
466
  "S318", # suspicious-xml-mini-dom-usage
470
467
  "S319", # suspicious-xml-pull-dom-usage
471
- "S320", # suspicious-xmle-tree-usage
472
468
  "S601", # paramiko-call
473
469
  "S602", # subprocess-popen-with-shell-equals-true
474
470
  "S604", # call-with-shell-equals-true
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -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
- version = None
345
+ smile_version = None
346
346
  try:
347
- version = await smile.connect()
348
- assert version is not None
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 version is None
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
- version = None
431
+ smile_version = None
432
432
  try:
433
- version = await smile.connect()
434
- assert version is not None
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 version is None
442
+ assert smile_version is None
443
443
  await self.disconnect(server, client)
444
444
  raise exception
445
445
 
@@ -1,12 +0,0 @@
1
- [metadata]
2
- url = https://github.com/plugwise/python-plugwise
3
-
4
- [codespell]
5
- 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
- skip = ./.*,*.csv,*.json
7
- quiet-level = 2
8
-
9
- [egg_info]
10
- tag_build =
11
- tag_date = 0
12
-
plugwise-1.7.3a3/setup.py DELETED
@@ -1,5 +0,0 @@
1
- """Plugwise module setup."""
2
-
3
- from setuptools import setup
4
-
5
- setup()
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