Skip to main content

Asynchronous library to retrieve data from air-Q devices.

Project description

PyPI package aioairq

Python library for asynchronous data access to local air-Q devices.

Retrieve data from air-Q

import asyncio
from aioairq import AirQ

address = "123ab_air-q.local"
password = "airqsetup"
airq = AirQ(address, password)

loop = asyncio.get_event_loop()

data = loop.run_until_complete(airq.data)
average = loop.run_until_complete(airq.average)
config = loop.run_until_complete(airq.config)

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

aioairq-0.1.1.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

aioairq-0.1.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

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