[ 源代码: aioaseko ]
软件包:python3-aioaseko(1.0.0-2)
Async Python package for the Aseko Pool Live API
This library simplifies the process of managing pool systems by offering asynchronous methods to authenticate, retrieve account information, and interact with pool units remotely.
Key features include:
- Support for both mobile and web API interactions through distinct `MobileAccount` and `WebAccount` classes. - Ability to fetch detailed pool unit states including metrics like water flow and other variable readings. - Built on aiohttp, ensuring efficient and non-blocking HTTP requests within an asyncio event loop.
其他与 python3-aioaseko 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-apischema
- JSON serialization and deserialization, GraphQL and JSON schema generation
-
- dep: python3-gql
- GraphQL client for Python