Skip to main content

Asynchronous library to get data from IRegul systems

Project description

aioiregul

Asynchronous library to get data from Iregul systems

This library is under development

Requires Python 3 and uses asyncio, aiohttp and BeautifulSoup4.

import aioiregul
import aiohttp
import asyncio

async def main():
    opt = aioiregul.ConnectionOptions(username='User', password='Pass')

    dev = aioiregul.Device(opt)

    res = await dev.collect()

    print(res)

loop = asyncio.get_event_loop()
loop.run_until_complete(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

aioiregul-0.1.4.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

aioiregul-0.1.4-py3-none-any.whl (15.9 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