File: control

package info (click to toggle)
python-ohme 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: python: 479; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: python-ohme
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/dan-r/ohmepy
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-ohme
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-ohme.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-ohme
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Client for the Ohme electric vehicle charger API
 This library provides programmatic access to the Ohme cloud API used by Ohme
 electric vehicle chargers.
 .
 It handles authentication with an Ohme account and performs HTTP requests to
 read charger-related information exposed by the service. This includes
 retrieving device and account details and obtaining current status information
 reported by the charger through Ohme's servers.
 .
 The library is used to communicate with Ohme's remote endpoints rather than
 talking directly to the charger over the local network.