Source: python-autoskope-client Maintainer: Home Assistant Team Uploaders: Edward Betts , 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 , python3-pytest , python3-pytest-asyncio , 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.