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.1.0.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file advantage_air-0.1.0.tar.gz
.
File metadata
- Download URL: advantage_air-0.1.0.tar.gz
- Upload date:
- Size: 2.1 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 | fcec131b0ce83c09e31fb01ccce29f9da5beb2b0182c099808ac6884eb49a959 |
|
MD5 | 25740eafe7b6f8136a06fe6f381c3949 |
|
BLAKE2b-256 | f98583074d74fecadcda911b9be0cea4efa2917462872632e786adc3e1339ea4 |
File details
Details for the file advantage_air-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: advantage_air-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 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 | d33261eb740c8601b8f614a3cd80967f790098fa049ee310229d65eac9ba2124 |
|
MD5 | d185cbccb1566d4ac76bb5c176314a5c |
|
BLAKE2b-256 | 4986c6387537307976a4aba8d243b4d281af87c41041983ccf0321d96c599c85 |