pypck 0.9.3__tar.gz → 0.9.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.
Files changed (30) hide show
  1. {pypck-0.9.3/pypck.egg-info → pypck-0.9.4}/PKG-INFO +1 -1
  2. pypck-0.9.4/VERSION +1 -0
  3. pypck-0.9.4/pypck/py.typed +0 -0
  4. {pypck-0.9.3 → pypck-0.9.4/pypck.egg-info}/PKG-INFO +1 -1
  5. {pypck-0.9.3 → pypck-0.9.4}/pypck.egg-info/SOURCES.txt +1 -0
  6. {pypck-0.9.3 → pypck-0.9.4}/pyproject.toml +3 -0
  7. pypck-0.9.3/VERSION +0 -1
  8. {pypck-0.9.3 → pypck-0.9.4}/LICENSE +0 -0
  9. {pypck-0.9.3 → pypck-0.9.4}/README.md +0 -0
  10. {pypck-0.9.3 → pypck-0.9.4}/pypck/__init__.py +0 -0
  11. {pypck-0.9.3 → pypck-0.9.4}/pypck/connection.py +0 -0
  12. {pypck-0.9.3 → pypck-0.9.4}/pypck/device.py +0 -0
  13. {pypck-0.9.3 → pypck-0.9.4}/pypck/helpers.py +0 -0
  14. {pypck-0.9.3 → pypck-0.9.4}/pypck/inputs.py +0 -0
  15. {pypck-0.9.3 → pypck-0.9.4}/pypck/lcn_addr.py +0 -0
  16. {pypck-0.9.3 → pypck-0.9.4}/pypck/lcn_defs.py +0 -0
  17. {pypck-0.9.3 → pypck-0.9.4}/pypck/pck_commands.py +0 -0
  18. {pypck-0.9.3 → pypck-0.9.4}/pypck/status_requester.py +0 -0
  19. {pypck-0.9.3 → pypck-0.9.4}/pypck.egg-info/dependency_links.txt +0 -0
  20. {pypck-0.9.3 → pypck-0.9.4}/pypck.egg-info/not-zip-safe +0 -0
  21. {pypck-0.9.3 → pypck-0.9.4}/pypck.egg-info/top_level.txt +0 -0
  22. {pypck-0.9.3 → pypck-0.9.4}/setup.cfg +0 -0
  23. {pypck-0.9.3 → pypck-0.9.4}/tests/test_commands.py +0 -0
  24. {pypck-0.9.3 → pypck-0.9.4}/tests/test_connection.py +0 -0
  25. {pypck-0.9.3 → pypck-0.9.4}/tests/test_dyn_text.py +0 -0
  26. {pypck-0.9.3 → pypck-0.9.4}/tests/test_input.py +0 -0
  27. {pypck-0.9.3 → pypck-0.9.4}/tests/test_messages.py +0 -0
  28. {pypck-0.9.3 → pypck-0.9.4}/tests/test_module.py +0 -0
  29. {pypck-0.9.3 → pypck-0.9.4}/tests/test_status_requester.py +0 -0
  30. {pypck-0.9.3 → pypck-0.9.4}/tests/test_vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypck
3
- Version: 0.9.3
3
+ Version: 0.9.4
4
4
  Summary: LCN-PCK library
5
5
  Home-page: https://github.com/alengwenus/pypck
6
6
  Author-email: Andre Lengwenus <alengwenus@gmail.com>
pypck-0.9.4/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.9.4
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypck
3
- Version: 0.9.3
3
+ Version: 0.9.4
4
4
  Summary: LCN-PCK library
5
5
  Home-page: https://github.com/alengwenus/pypck
6
6
  Author-email: Andre Lengwenus <alengwenus@gmail.com>
@@ -11,6 +11,7 @@ pypck/inputs.py
11
11
  pypck/lcn_addr.py
12
12
  pypck/lcn_defs.py
13
13
  pypck/pck_commands.py
14
+ pypck/py.typed
14
15
  pypck/status_requester.py
15
16
  pypck.egg-info/PKG-INFO
16
17
  pypck.egg-info/SOURCES.txt
@@ -38,6 +38,9 @@ version = {file = "VERSION"}
38
38
  [tool.setuptools.packages.find]
39
39
  include = ["pypck*"]
40
40
 
41
+ [tool.setuptools.package-data]
42
+ mypkg = ["py.typed"]
43
+
41
44
  [tool.black]
42
45
  target-version = ["py311", "py312", "py313"]
43
46
 
pypck-0.9.3/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.9.3
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