[ bianca ]
[ 原始碼: aiotankerkoenig ]
套件:python3-aiotankerkoenig(0.5.0-1)
python3-aiotankerkoenig 的相關連結
下載原始碼套件 aiotankerkoenig:
- [aiotankerkoenig_0.5.0-1.debian.tar.xz]
- [aiotankerkoenig_0.5.0-1.dsc]
- [aiotankerkoenig_0.5.0.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Fetch data from tankerkoenig.de asynchronously
This library allows users to retrieve up-to-date fuel price information from tankerkoenig.de. It provides an interface to access detailed fuel station data, including station names, locations, and current fuel prices. Requests are performed asynchronously to ensure efficient data fetching, making it suitable for applications that require real-time fuel price updates. Users can monitor multiple fuel stations and automate actions based on the retrieved data. The library interacts with tankerkoenig.de's API, requiring an API key for access.
其他與 python3-aiotankerkoenig 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-mashumaro
- fast and well tested serialization library
-
- dep: python3-orjson
- JSON parsing Python library
-
- dep: python3-yarl
- yet another URL library for Python