PyPlumIO 0.5.38__tar.gz → 0.5.40__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.
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.pre-commit-config.yaml +2 -2
- {pyplumio-0.5.38 → pyplumio-0.5.40}/PKG-INFO +10 -9
- {pyplumio-0.5.38 → pyplumio-0.5.40}/PyPlumIO.egg-info/PKG-INFO +10 -9
- {pyplumio-0.5.38 → pyplumio-0.5.40}/PyPlumIO.egg-info/requires.txt +7 -7
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/_version.py +2 -2
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyproject.toml +7 -8
- {pyplumio-0.5.38 → pyplumio-0.5.40}/requirements.txt +1 -1
- pyplumio-0.5.40/requirements_test.txt +11 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/helpers/test_schedule.py +3 -3
- pyplumio-0.5.38/requirements_test.txt +0 -11
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.gitattributes +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.github/CODE_OF_CONDUCT.md +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.github/dependabot.yml +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.github/workflows/ci.yml +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.github/workflows/codeql-analysis.yml +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.github/workflows/deploy.yml +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.github/workflows/documentation.yml +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.gitignore +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/.vscode/settings.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/LICENSE +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/MANIFEST.in +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/PyPlumIO.egg-info/SOURCES.txt +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/PyPlumIO.egg-info/dependency_links.txt +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/PyPlumIO.egg-info/top_level.txt +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/README.md +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/Makefile +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/make.bat +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/source/callbacks.rst +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/source/conf.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/source/connecting.rst +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/source/frames.rst +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/source/index.rst +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/source/mixers_thermostats.rst +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/source/protocol.rst +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/source/reading.rst +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/source/schedules.rst +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/docs/source/writing.rst +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/images/ecomax.png +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/images/rs485.png +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/__init__.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/__main__.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/connection.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/const.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/devices/__init__.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/devices/ecomax.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/devices/ecoster.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/devices/mixer.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/devices/thermostat.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/exceptions.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/filters.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/frames/__init__.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/frames/messages.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/frames/requests.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/frames/responses.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/helpers/__init__.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/helpers/data_types.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/helpers/event_manager.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/helpers/factory.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/helpers/parameter.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/helpers/schedule.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/helpers/task_manager.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/helpers/timeout.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/helpers/uid.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/protocol.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/py.typed +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/stream.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/__init__.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/alerts.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/boiler_load.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/boiler_power.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/ecomax_parameters.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/fan_power.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/frame_versions.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/fuel_consumption.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/fuel_level.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/lambda_sensor.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/mixer_parameters.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/mixer_sensors.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/modules.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/network_info.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/output_flags.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/outputs.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/pending_alerts.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/product_info.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/program_version.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/regulator_data.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/regulator_data_schema.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/schedules.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/statuses.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/temperatures.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/thermostat_parameters.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/structures/thermostat_sensors.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/pyplumio/utils.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/requirements_docs.txt +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/setup.cfg +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/__init__.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/conftest.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/frames/test_init.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/frames/test_messages.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/frames/test_requests.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/frames/test_responses.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/helpers/__init__.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/helpers/test_data_types.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/helpers/test_event_manager.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/helpers/test_factory.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/helpers/test_parameter.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/helpers/test_task_manager.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/helpers/test_timeout.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/helpers/test_uid.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/ruff.toml +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/test_connection.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/test_devices.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/test_filters.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/test_init.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/test_main.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/test_protocol.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/test_stream.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/test_utils.py +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/messages/regulator_data.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/messages/sensor_data.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/requests/alerts.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/requests/ecomax_control.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/requests/ecomax_parameters.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/requests/mixer_parameters.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/requests/set_ecomax_parameter.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/requests/set_mixer_parameter.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/requests/set_schedule.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/requests/set_thermostat_parameter.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/requests/thermostat_parameters.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/responses/alerts.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/responses/device_available.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/responses/ecomax_parameters.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/responses/mixer_parameters.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/responses/password.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/responses/program_version.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/responses/regulator_data_schema.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/responses/schedules.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/responses/thermostat_parameters.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/responses/uid.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/unknown/unknown_ecomax_parameter.json +0 -0
- {pyplumio-0.5.38 → pyplumio-0.5.40}/tests/testdata/unknown/unknown_mixer_parameter.json +0 -0
@@ -2,7 +2,7 @@
|
|
2
2
|
# See https://pre-commit.com/hooks.html for more hooks
|
3
3
|
repos:
|
4
4
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
5
|
-
rev: v0.
|
5
|
+
rev: v0.11.2
|
6
6
|
hooks:
|
7
7
|
- id: ruff
|
8
8
|
args:
|
@@ -12,6 +12,6 @@ repos:
|
|
12
12
|
hooks:
|
13
13
|
- id: codespell
|
14
14
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
15
|
-
rev: v1.
|
15
|
+
rev: v1.15.0
|
16
16
|
hooks:
|
17
17
|
- id: mypy
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: PyPlumIO
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.40
|
4
4
|
Summary: PyPlumIO is a native ecoNET library for Plum ecoMAX controllers.
|
5
5
|
Author-email: Denis Paavilainen <denpa@denpa.pro>
|
6
6
|
License: MIT License
|
@@ -25,25 +25,26 @@ Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
26
26
|
Requires-Dist: dataslots==1.2.0
|
27
27
|
Requires-Dist: pyserial-asyncio==0.6
|
28
|
-
Requires-Dist: typing-extensions==4.
|
28
|
+
Requires-Dist: typing-extensions==4.13.0
|
29
29
|
Provides-Extra: test
|
30
30
|
Requires-Dist: codespell==2.4.1; extra == "test"
|
31
|
-
Requires-Dist: coverage==7.
|
31
|
+
Requires-Dist: coverage==7.8.0; extra == "test"
|
32
32
|
Requires-Dist: mypy==1.15.0; extra == "test"
|
33
33
|
Requires-Dist: pyserial-asyncio-fast==0.14; extra == "test"
|
34
|
-
Requires-Dist: pytest==8.3.
|
34
|
+
Requires-Dist: pytest==8.3.5; extra == "test"
|
35
35
|
Requires-Dist: pytest-asyncio==0.25.3; extra == "test"
|
36
|
-
Requires-Dist: ruff==0.
|
37
|
-
Requires-Dist: tox==4.24.
|
38
|
-
Requires-Dist: types-pyserial==3.5.0.
|
36
|
+
Requires-Dist: ruff==0.11.2; extra == "test"
|
37
|
+
Requires-Dist: tox==4.24.2; extra == "test"
|
38
|
+
Requires-Dist: types-pyserial==3.5.0.20250304; extra == "test"
|
39
39
|
Provides-Extra: docs
|
40
40
|
Requires-Dist: sphinx==8.1.3; extra == "docs"
|
41
41
|
Requires-Dist: sphinx_rtd_theme==3.0.2; extra == "docs"
|
42
42
|
Requires-Dist: readthedocs-sphinx-search==0.3.2; extra == "docs"
|
43
43
|
Provides-Extra: dev
|
44
44
|
Requires-Dist: pyplumio[docs,test]; extra == "dev"
|
45
|
-
Requires-Dist: pre-commit==4.
|
45
|
+
Requires-Dist: pre-commit==4.2.0; extra == "dev"
|
46
46
|
Requires-Dist: tomli==2.2.1; extra == "dev"
|
47
|
+
Dynamic: license-file
|
47
48
|
|
48
49
|
# PyPlumIO is a native ecoNET library for Plum ecoMAX controllers.
|
49
50
|
[](https://badge.fury.io/py/PyPlumIO)
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: PyPlumIO
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.40
|
4
4
|
Summary: PyPlumIO is a native ecoNET library for Plum ecoMAX controllers.
|
5
5
|
Author-email: Denis Paavilainen <denpa@denpa.pro>
|
6
6
|
License: MIT License
|
@@ -25,25 +25,26 @@ Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
26
26
|
Requires-Dist: dataslots==1.2.0
|
27
27
|
Requires-Dist: pyserial-asyncio==0.6
|
28
|
-
Requires-Dist: typing-extensions==4.
|
28
|
+
Requires-Dist: typing-extensions==4.13.0
|
29
29
|
Provides-Extra: test
|
30
30
|
Requires-Dist: codespell==2.4.1; extra == "test"
|
31
|
-
Requires-Dist: coverage==7.
|
31
|
+
Requires-Dist: coverage==7.8.0; extra == "test"
|
32
32
|
Requires-Dist: mypy==1.15.0; extra == "test"
|
33
33
|
Requires-Dist: pyserial-asyncio-fast==0.14; extra == "test"
|
34
|
-
Requires-Dist: pytest==8.3.
|
34
|
+
Requires-Dist: pytest==8.3.5; extra == "test"
|
35
35
|
Requires-Dist: pytest-asyncio==0.25.3; extra == "test"
|
36
|
-
Requires-Dist: ruff==0.
|
37
|
-
Requires-Dist: tox==4.24.
|
38
|
-
Requires-Dist: types-pyserial==3.5.0.
|
36
|
+
Requires-Dist: ruff==0.11.2; extra == "test"
|
37
|
+
Requires-Dist: tox==4.24.2; extra == "test"
|
38
|
+
Requires-Dist: types-pyserial==3.5.0.20250304; extra == "test"
|
39
39
|
Provides-Extra: docs
|
40
40
|
Requires-Dist: sphinx==8.1.3; extra == "docs"
|
41
41
|
Requires-Dist: sphinx_rtd_theme==3.0.2; extra == "docs"
|
42
42
|
Requires-Dist: readthedocs-sphinx-search==0.3.2; extra == "docs"
|
43
43
|
Provides-Extra: dev
|
44
44
|
Requires-Dist: pyplumio[docs,test]; extra == "dev"
|
45
|
-
Requires-Dist: pre-commit==4.
|
45
|
+
Requires-Dist: pre-commit==4.2.0; extra == "dev"
|
46
46
|
Requires-Dist: tomli==2.2.1; extra == "dev"
|
47
|
+
Dynamic: license-file
|
47
48
|
|
48
49
|
# PyPlumIO is a native ecoNET library for Plum ecoMAX controllers.
|
49
50
|
[](https://badge.fury.io/py/PyPlumIO)
|
@@ -1,10 +1,10 @@
|
|
1
1
|
dataslots==1.2.0
|
2
2
|
pyserial-asyncio==0.6
|
3
|
-
typing-extensions==4.
|
3
|
+
typing-extensions==4.13.0
|
4
4
|
|
5
5
|
[dev]
|
6
6
|
pyplumio[docs,test]
|
7
|
-
pre-commit==4.
|
7
|
+
pre-commit==4.2.0
|
8
8
|
tomli==2.2.1
|
9
9
|
|
10
10
|
[docs]
|
@@ -14,11 +14,11 @@ readthedocs-sphinx-search==0.3.2
|
|
14
14
|
|
15
15
|
[test]
|
16
16
|
codespell==2.4.1
|
17
|
-
coverage==7.
|
17
|
+
coverage==7.8.0
|
18
18
|
mypy==1.15.0
|
19
19
|
pyserial-asyncio-fast==0.14
|
20
|
-
pytest==8.3.
|
20
|
+
pytest==8.3.5
|
21
21
|
pytest-asyncio==0.25.3
|
22
|
-
ruff==0.
|
23
|
-
tox==4.24.
|
24
|
-
types-pyserial==3.5.0.
|
22
|
+
ruff==0.11.2
|
23
|
+
tox==4.24.2
|
24
|
+
types-pyserial==3.5.0.20250304
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
26
26
|
dependencies = [
|
27
27
|
"dataslots==1.2.0",
|
28
28
|
"pyserial-asyncio==0.6",
|
29
|
-
"typing-extensions==4.
|
29
|
+
"typing-extensions==4.13.0"
|
30
30
|
]
|
31
31
|
dynamic = ["version"]
|
32
32
|
|
@@ -38,14 +38,14 @@ dynamic = ["version"]
|
|
38
38
|
[project.optional-dependencies]
|
39
39
|
test = [
|
40
40
|
"codespell==2.4.1",
|
41
|
-
"coverage==7.
|
41
|
+
"coverage==7.8.0",
|
42
42
|
"mypy==1.15.0",
|
43
43
|
"pyserial-asyncio-fast==0.14",
|
44
|
-
"pytest==8.3.
|
44
|
+
"pytest==8.3.5",
|
45
45
|
"pytest-asyncio==0.25.3",
|
46
|
-
"ruff==0.
|
47
|
-
"tox==4.24.
|
48
|
-
"types-pyserial==3.5.0.
|
46
|
+
"ruff==0.11.2",
|
47
|
+
"tox==4.24.2",
|
48
|
+
"types-pyserial==3.5.0.20250304"
|
49
49
|
]
|
50
50
|
docs = [
|
51
51
|
"sphinx==8.1.3",
|
@@ -54,7 +54,7 @@ docs = [
|
|
54
54
|
]
|
55
55
|
dev = [
|
56
56
|
"pyplumio[test,docs]",
|
57
|
-
"pre-commit==4.
|
57
|
+
"pre-commit==4.2.0",
|
58
58
|
"tomli==2.2.1"
|
59
59
|
]
|
60
60
|
|
@@ -179,7 +179,6 @@ select = [
|
|
179
179
|
"S317", # suspicious-xml-sax-usage
|
180
180
|
"S318", # suspicious-xml-mini-dom-usage
|
181
181
|
"S319", # suspicious-xml-pull-dom-usage
|
182
|
-
"S320", # suspicious-xmle-tree-usage
|
183
182
|
"S601", # paramiko-call
|
184
183
|
"S602", # subprocess-popen-with-shell-equals-true
|
185
184
|
"S604", # call-with-shell-equals-true
|
@@ -93,9 +93,9 @@ def test_setting_whole_day_schedule(
|
|
93
93
|
) -> None:
|
94
94
|
"""Test setting schedule for a whole day."""
|
95
95
|
schedule_day.set_on()
|
96
|
-
assert schedule_day.schedule ==
|
96
|
+
assert schedule_day.schedule == dict.fromkeys(intervals, True)
|
97
97
|
schedule_day.set_off()
|
98
|
-
assert schedule_day.schedule ==
|
98
|
+
assert schedule_day.schedule == dict.fromkeys(intervals, False)
|
99
99
|
|
100
100
|
|
101
101
|
def test_setting_schedule_as_iterable(schedule_day: ScheduleDay) -> None:
|
@@ -114,7 +114,7 @@ def test_setting_schedule_as_iterable(schedule_day: ScheduleDay) -> None:
|
|
114
114
|
|
115
115
|
def test_schedule_day_repr(schedule_day: ScheduleDay, intervals: list[Time]) -> None:
|
116
116
|
"""Test serializable representation of a schedule day."""
|
117
|
-
schedule =
|
117
|
+
schedule = dict.fromkeys(intervals, False)
|
118
118
|
assert repr(schedule_day) == (f"ScheduleDay({schedule})")
|
119
119
|
|
120
120
|
|
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
|
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
|
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|