weheat 2025.4.29__tar.gz → 2025.6.10__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.
Potentially problematic release.
This version of weheat might be problematic. Click here for more details.
- {weheat-2025.4.29 → weheat-2025.6.10}/PKG-INFO +2 -2
- {weheat-2025.4.29 → weheat-2025.6.10}/pyproject.toml +1 -1
- {weheat-2025.4.29 → weheat-2025.6.10}/setup.py +2 -2
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat.egg-info/PKG-INFO +2 -2
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat.egg-info/requires.txt +1 -1
- {weheat-2025.4.29 → weheat-2025.6.10}/LICENSE +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/README.md +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/setup.cfg +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/tests/test_ha_api.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/__init__.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/abstractions/__init__.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/abstractions/discovery.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/abstractions/heat_pump.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/abstractions/user.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/api/__init__.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/api/energy_log_api.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/api/heat_pump_api.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/api/heat_pump_log_api.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/api/user_api.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/api_client.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/api_response.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/configuration.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/exceptions.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/__init__.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/boiler_type.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/device_state.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/dhw_type.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/energy_view_dto.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/heat_pump_log_view_dto.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/heat_pump_model.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/heat_pump_status_enum.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/heat_pump_type.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/raw_heat_pump_log_dto.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/read_all_heat_pump_dto.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/read_heat_pump_dto.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/read_user_dto.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/read_user_me_dto.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/models/role.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/py.typed +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat/rest.py +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat.egg-info/SOURCES.txt +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat.egg-info/dependency_links.txt +0 -0
- {weheat-2025.4.29 → weheat-2025.6.10}/weheat.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: weheat
|
|
3
|
-
Version: 2025.
|
|
3
|
+
Version: 2025.6.10
|
|
4
4
|
Summary: Weheat Backend client
|
|
5
5
|
Home-page: https://github.com/wefabricate/wh-python
|
|
6
6
|
Author: Jesper Raemaekers
|
|
@@ -9,7 +9,7 @@ License: MIT
|
|
|
9
9
|
Keywords: OpenAPI,OpenAPI-Generator,Weheat Backend
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
|
-
Requires-Dist: urllib3<
|
|
12
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
|
13
13
|
Requires-Dist: python-dateutil
|
|
14
14
|
Requires-Dist: aiohttp>=3.0.0
|
|
15
15
|
Requires-Dist: aiohttp-retry>=2.8.3
|
|
@@ -21,10 +21,10 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
23
|
NAME = "weheat"
|
|
24
|
-
VERSION = "2025.
|
|
24
|
+
VERSION = "2025.6.10"
|
|
25
25
|
PYTHON_REQUIRES = ">=3.7"
|
|
26
26
|
REQUIRES = [
|
|
27
|
-
"urllib3 >= 1.25.3, <
|
|
27
|
+
"urllib3 >= 1.25.3, < 3.0.0",
|
|
28
28
|
"python-dateutil",
|
|
29
29
|
"aiohttp >= 3.0.0",
|
|
30
30
|
"aiohttp-retry >= 2.8.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: weheat
|
|
3
|
-
Version: 2025.
|
|
3
|
+
Version: 2025.6.10
|
|
4
4
|
Summary: Weheat Backend client
|
|
5
5
|
Home-page: https://github.com/wefabricate/wh-python
|
|
6
6
|
Author: Jesper Raemaekers
|
|
@@ -9,7 +9,7 @@ License: MIT
|
|
|
9
9
|
Keywords: OpenAPI,OpenAPI-Generator,Weheat Backend
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
|
-
Requires-Dist: urllib3<
|
|
12
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
|
13
13
|
Requires-Dist: python-dateutil
|
|
14
14
|
Requires-Dist: aiohttp>=3.0.0
|
|
15
15
|
Requires-Dist: aiohttp-retry>=2.8.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
|
|
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
|