API helper for Advantage Air's MyAir and e-zone API
Project description
Advantage Air API Wrapper
import asyncio
from advantage_air import advantage_air
aa = advantage_air("192.168.100.24")
async def main():
if(await aa.async_get(1)):
print(await aa.async_get())
print(await aa.async_change({}))
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
advantage_air-0.2.0.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file advantage_air-0.2.0.tar.gz
.
File metadata
- Download URL: advantage_air-0.2.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc85059051811ff66f49ce646c874966da4b64a5eaeabfb666f9039acc8091d2 |
|
MD5 | 253733496901d647632c0a1d5f4c9eab |
|
BLAKE2b-256 | 804484031bd946079d9680b99aacba0ac01fe6856309aa08ce56d6668979f1c8 |
File details
Details for the file advantage_air-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: advantage_air-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d76da62c45857209cffd58f0bbea9859c0c4cfe2b77334a47a735467c829fc09 |
|
MD5 | 457b757e6f48b1ac203335ee766740f5 |
|
BLAKE2b-256 | 6e6dc1eeb1bb242193d6d54c0637f04249089990c4cddf782ae60c905ec050f4 |