pypck 0.7.24__tar.gz → 0.8.2__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 (27) hide show
  1. {pypck-0.7.24/pypck.egg-info → pypck-0.8.2}/PKG-INFO +2 -2
  2. pypck-0.8.2/VERSION +1 -0
  3. {pypck-0.7.24 → pypck-0.8.2}/pypck/connection.py +328 -389
  4. {pypck-0.7.24 → pypck-0.8.2}/pypck/inputs.py +40 -0
  5. {pypck-0.7.24 → pypck-0.8.2}/pypck/lcn_defs.py +26 -9
  6. {pypck-0.7.24 → pypck-0.8.2}/pypck/module.py +16 -15
  7. {pypck-0.7.24 → pypck-0.8.2}/pypck/pck_commands.py +17 -1
  8. {pypck-0.7.24 → pypck-0.8.2}/pypck/request_handlers.py +26 -26
  9. {pypck-0.7.24 → pypck-0.8.2}/pypck/timeout_retry.py +8 -18
  10. {pypck-0.7.24 → pypck-0.8.2/pypck.egg-info}/PKG-INFO +2 -2
  11. {pypck-0.7.24 → pypck-0.8.2}/pyproject.toml +3 -3
  12. {pypck-0.7.24 → pypck-0.8.2}/tests/test_commands.py +21 -2
  13. {pypck-0.7.24 → pypck-0.8.2}/tests/test_connection.py +27 -14
  14. pypck-0.7.24/VERSION +0 -1
  15. {pypck-0.7.24 → pypck-0.8.2}/LICENSE +0 -0
  16. {pypck-0.7.24 → pypck-0.8.2}/README.md +0 -0
  17. {pypck-0.7.24 → pypck-0.8.2}/pypck/__init__.py +0 -0
  18. {pypck-0.7.24 → pypck-0.8.2}/pypck/helpers.py +0 -0
  19. {pypck-0.7.24 → pypck-0.8.2}/pypck/lcn_addr.py +0 -0
  20. {pypck-0.7.24 → pypck-0.8.2}/pypck.egg-info/SOURCES.txt +0 -0
  21. {pypck-0.7.24 → pypck-0.8.2}/pypck.egg-info/dependency_links.txt +0 -0
  22. {pypck-0.7.24 → pypck-0.8.2}/pypck.egg-info/not-zip-safe +0 -0
  23. {pypck-0.7.24 → pypck-0.8.2}/pypck.egg-info/top_level.txt +0 -0
  24. {pypck-0.7.24 → pypck-0.8.2}/setup.cfg +0 -0
  25. {pypck-0.7.24 → pypck-0.8.2}/tests/test_dyn_text.py +0 -0
  26. {pypck-0.7.24 → pypck-0.8.2}/tests/test_messages.py +0 -0
  27. {pypck-0.7.24 → pypck-0.8.2}/tests/test_vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypck
3
- Version: 0.7.24
3
+ Version: 0.8.2
4
4
  Summary: LCN-PCK library
5
5
  Home-page: https://github.com/alengwenus/pypck
6
6
  Author-email: Andre Lengwenus <alengwenus@gmail.com>
@@ -15,7 +15,7 @@ Classifier: Intended Audience :: Developers
15
15
  Classifier: Development Status :: 5 - Production/Stable
16
16
  Classifier: Operating System :: OS Independent
17
17
  Classifier: Topic :: Home Automation
18
- Requires-Python: >=3.9
18
+ Requires-Python: >=3.11
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
21
 
pypck-0.8.2/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.8.2