Source: python-autoskope-client
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-single-binary,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/mcisk/autoskope_client
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-autoskope-client
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-autoskope-client.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-autoskope-client
Architecture: all
Description: Client for the Autoskope vehicle tracking API
 Provides authenticated access to vehicle and position data exposed by the
 Autoskope service.
 .
 This library connects to an Autoskope vehicle tracking server using supplied
 host, username, and password credentials. It retrieves vehicle records
 including identifiers, names, models, battery and external power voltage, GPS
 quality, device IMEI, and current position data.
 .
 Position data includes latitude, longitude, speed, timestamp, and park status.
 The client maintains an authenticated session with isolated cookies and
 supports explicit connection management or automatic cleanup through a context
 manager.
