pytouchlinesl_0.3.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Wed, 02 Jul 2025 16:08:15 +0100 |
Source: | pytouchlinesl |
Binary: | python3-pytouchlinesl |
Architecture: | source all |
Version: | 0.3.0-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Home Assistant Team <team+homeassistant@tracker.debian.org> |
Changed-By: | Edward Betts <edward@4angle.com> |
Description: | python3-pytouchlinesl - Library for Roth's TouchlineSL control system |
Closes: | 1108666 |
Changes: | pytouchlinesl (0.3.0-1) unstable; urgency=medium * Initial release. (Closes: #1108666) |
Files: | 6e3a6b288a9c1471c8d1d759332fae4d 2257 python optional pytouchlinesl_0.3.0-1.dsc 7cdfa799bb312f8b5b0b991c472bba93 51220 python optional pytouchlinesl_0.3.0.orig.tar.gz d3618d646f05b69a01602bfe3188f357 1944 python optional pytouchlinesl_0.3.0-1.debian.tar.xz ac594a7b58655af551e3ca398cba4b1f 11312 python optional python3-pytouchlinesl_0.3.0-1_all.deb 49dd15bb49a44e9f87129c36c3b6b221 7403 python optional pytouchlinesl_0.3.0-1_amd64.buildinfo |
pytouchlinesl_0.3.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | pytouchlinesl |
Binary: | python3-pytouchlinesl |
Architecture: | all |
Version: | 0.3.0-1 |
Maintainer: | Home Assistant Team <team+homeassistant@tracker.debian.org> |
Uploaders: | Edward Betts <edward@4angle.com>, |
Homepage: | https://github.com/jnsgruk/pytouchlinesl |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/homeassistant-team/deps/pytouchlinesl |
Vcs-Git: | https://salsa.debian.org/homeassistant-team/deps/pytouchlinesl.git |
Testsuite: | autopkgtest-pkg-pybuild |
Build-Depends: | debhelper-compat (=13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools |
Build-Depends-Indep: | python3-aiohttp<!nocheck>, python3-pydantic<!nocheck>, python3-pytest<!nocheck>, python3-pytest-asyncio<!nocheck> |
Package-List: | python3-pytouchlinesl deb python optional arch=all |
Files: | 7cdfa799bb312f8b5b0b991c472bba93 51220 pytouchlinesl_0.3.0.orig.tar.gz d3618d646f05b69a01602bfe3188f357 1944 pytouchlinesl_0.3.0-1.debian.tar.xz |
control file for python3-pytouchlinesl_0.3.0-1_all.deb (click to toggle) | |
---|---|
Package: | python3-pytouchlinesl |
Source: | pytouchlinesl |
Version: | 0.3.0-1 |
Architecture: | all |
Maintainer: | Home Assistant Team <team+homeassistant@tracker.debian.org> |
Installed-Size: | 67 |
Depends: | python3-aiohttp, python3-pydantic, python3:any |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/jnsgruk/pytouchlinesl |
Description: | Library for Roth's TouchlineSL control system This library acts as a client for Roth's TouchlineSL control system, which manages underfloor heating, cooling, and radiators. Users can authenticate with their Roth TouchlineSL account to retrieve a list of associated modules and manage heating zones. It allows retrieving details about individual zones and global heating schedules, setting constant target temperatures, and assigning zones to specific schedules. Operates using a single endpoint that fetches all zones' data attached to a module while caching the results to improve efficiency. This reduces repeated API calls when performing operations such as setting temperatures or assigning schedules. |
contents of python3-pytouchlinesl_0.3.0-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-07-02 15:08 ./ drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/ drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/lib/ drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/lib/python3/ drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/lib/python3/dist-packages/ drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/ -rw-r--r-- root/root 192 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/__init__.py drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/client/ -rw-r--r-- root/root 135 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/client/__init__.py -rw-r--r-- root/root 1452 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/client/base.py -rw-r--r-- root/root 7919 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/client/client.py drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/client/models/ -rw-r--r-- root/root 462 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/client/models/__init__.py -rw-r--r-- root/root 6288 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/client/models/models.py -rw-r--r-- root/root 6766 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/module.py -rw-r--r-- root/root 3124 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/touchlinesl.py -rw-r--r-- root/root 5126 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl/zone.py drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl-0.3.0.dist-info/ -rw-r--r-- root/root 7 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl-0.3.0.dist-info/INSTALLER -rw-r--r-- root/root 4674 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl-0.3.0.dist-info/METADATA -rw-r--r-- root/root 91 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl-0.3.0.dist-info/WHEEL -rw-r--r-- root/root 14 2025-07-02 15:08 ./usr/lib/python3/dist-packages/pytouchlinesl-0.3.0.dist-info/top_level.txt drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/share/ drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-07-02 15:08 ./usr/share/doc/python3-pytouchlinesl/ -rw-r--r-- root/root 3929 2024-12-03 10:29 ./usr/share/doc/python3-pytouchlinesl/README.md -rw-r--r-- root/root 160 2025-07-02 15:08 ./usr/share/doc/python3-pytouchlinesl/changelog.Debian.gz -rw-r--r-- root/root 1036 2025-07-02 15:08 ./usr/share/doc/python3-pytouchlinesl/copyright |
copyright of python3-pytouchlinesl_0.3.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pytouchlinesl Upstream-Contact: Jon Seager <jon@sgrs.uk> Source: https://github.com/jnsgruk/pytouchlinesl Files: * Copyright: Jon Seager <jon@sgrs.uk> License: Apache-2.0 Files: debian/* Copyright: 2025 Edward Betts <edward@4angle.com> License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0 file. |
Timestamp: 02.07.2025 / 16:02:32 (UTC)