[ 源代码: pytile ]
软件包:python3-pytile(2024.12.0-1)
Library for retrieving data from Tile Bluetooth trackers
This library allows interaction with Tile Bluetooth trackers by communicating with the unofficial Tile API. It enables users to access information such as the last known location of their Tiles. Leveraging cloud polling, the library fetches details like latitude, longitude, and the status of each tracker. Additionally, it offers functionalities to manage these devices, including updating their information and retrieving historical data for premium users.
其他与 python3-pytile 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-certifi
- root certificates for validating SSL certs and verifying TLS hosts (python3)
-
- dep: python3-yarl
- yet another URL library for Python