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.3.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file advantage_air-0.2.3.tar.gz
.
File metadata
- Download URL: advantage_air-0.2.3.tar.gz
- Upload date:
- Size: 2.3 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 | 6e4daa7d73c51a58242eaf43c4d91ba56b81162483ad0edb3a74305b67ee5d92 |
|
MD5 | b3de74b5e87a6c1d5d3491963951fe7d |
|
BLAKE2b-256 | ac4652234505d98c6f33427d51f619dfeeedebb79821c1ebb979fe27faa2abfe |
File details
Details for the file advantage_air-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: advantage_air-0.2.3-py3-none-any.whl
- Upload date:
- Size: 3.5 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 | dcb221a97db77011f425c5f89274ccf5f2c5d6634d1f249e2ba8f83f7f59acbf |
|
MD5 | bb6001837edde9e35f27bfc060742e50 |
|
BLAKE2b-256 | 458a88f435f5625e20e12f27a912ab169096c1f621507e0f188aa2123fdcd3e9 |