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.2.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file advantage_air-0.1.2.tar.gz
.
File metadata
- Download URL: advantage_air-0.1.2.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 | 5b28b8e02405673a125f8af6176e6e4658513eb200d296fe1966237f84c94466 |
|
MD5 | c5c4fb808141499e799f3b06348b6384 |
|
BLAKE2b-256 | 92c06db46f3ef87aba0ab697e034297ffb25a3dc8ae659afafa0dc028b787203 |
File details
Details for the file advantage_air-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: advantage_air-0.1.2-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 | e41d1c7560e374e2e71beb0ce9ea7e44481310933f6a82af31b2c3df2ae8ed8e |
|
MD5 | 94b3f6483f0a25614776b399db2f465e |
|
BLAKE2b-256 | 398c02474aa63de6e38e117dc932ba0c2cfbc358ef953e18b56fa5470c7ef21f |