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.3.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file advantage_air-0.1.3.tar.gz
.
File metadata
- Download URL: advantage_air-0.1.3.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 | 980cfdc724afd8ec5cf8cf315e8c1750c19edc68aed328bb93f66ca4f631e829 |
|
MD5 | d4bca7316fd7bc9420f13d3ff1949bc6 |
|
BLAKE2b-256 | 6f773f9697ae2b38888d9a9f09a34bc1dd90cd75840d46b2e030d25dff3e0007 |
File details
Details for the file advantage_air-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: advantage_air-0.1.3-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 | e1e2316753ab9d5000eb9035352d3f6764fb61f2ce87a6b2bb0f51c2b035448d |
|
MD5 | 0aea3909c17ac01e07b3e74845847ff7 |
|
BLAKE2b-256 | 30308a341afcab6beb56ec42b4e8168c9004b7a0b1601185dc9d9ed04b1df000 |