API helper for Advantage Air's MyAir and e-zone API
Reason this release was yanked:
Superseeded by 0.2.5
Project description
Advantage Air API Wrapper
import asyncio
import aiohttp
from advantage_air import advantage_air
async def main():
async with aiohttp.ClientSession() as session:
aa = advantage_air("192.168.100.24",port=2025,session=session,retry=5)
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.4.tar.gz
(2.4 kB
view details)
Built Distribution
File details
Details for the file advantage_air-0.2.4.tar.gz
.
File metadata
- Download URL: advantage_air-0.2.4.tar.gz
- Upload date:
- Size: 2.4 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 | b489dee592e1ca7ad0f60e77c38e3347b19d601dd178b8248245c2dc5577e279 |
|
MD5 | 61433e3cbd3ae153600f54dabfc1d715 |
|
BLAKE2b-256 | 272b5d7539aa234ff6bbf5596e1776b606eb9967b96a801a17ced37694136c9d |
File details
Details for the file advantage_air-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: advantage_air-0.2.4-py3-none-any.whl
- Upload date:
- Size: 3.6 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 | 2f5dc6d270ae283e1c99511c8a2635df341d976c49aaadf7bc6c90a07595c66b |
|
MD5 | 4cb9a7e93f13098fea7c4a325fac2ddb |
|
BLAKE2b-256 | 0c03d555700dac53f1b05d51f977ac288f6d201ce40a2ea9e98c896912e97568 |