[ 原始碼: 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
- interactive high-level object-oriented language (default python3 version)
-
- 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