Skip to main content

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


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)

Uploaded Source

Built Distribution

advantage_air-0.2.4-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

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

Hashes for advantage_air-0.2.4.tar.gz
Algorithm Hash digest
SHA256 b489dee592e1ca7ad0f60e77c38e3347b19d601dd178b8248245c2dc5577e279
MD5 61433e3cbd3ae153600f54dabfc1d715
BLAKE2b-256 272b5d7539aa234ff6bbf5596e1776b606eb9967b96a801a17ced37694136c9d

See more details on using hashes here.

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

Hashes for advantage_air-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2f5dc6d270ae283e1c99511c8a2635df341d976c49aaadf7bc6c90a07595c66b
MD5 4cb9a7e93f13098fea7c4a325fac2ddb
BLAKE2b-256 0c03d555700dac53f1b05d51f977ac288f6d201ce40a2ea9e98c896912e97568

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page