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
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
aioiregul-0.1.4.tar.gz
(15.9 kB
view details)
Built Distribution
aioiregul-0.1.4-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file aioiregul-0.1.4.tar.gz
.
File metadata
- Download URL: aioiregul-0.1.4.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd18b912da5d57d11dced81b3640413bd2bfae05379740b690ecc4b0fdb13a80 |
|
MD5 | 427af3e2081dc9be9dfe82df949fcb05 |
|
BLAKE2b-256 | fc75e219fcf6247f2f64649a8c96200bb3f0c833ad0cea2982c6fa544f8b88ca |
File details
Details for the file aioiregul-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: aioiregul-0.1.4-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f626e814d3d2fc0602a0062dd9a9431068f01f16fc9f542aee72e7a25fc85183 |
|
MD5 | f63b11c095eb2d16e73ffda5365949f8 |
|
BLAKE2b-256 | 9ea354b365630e91457653cb017d2beee23d1937351d7050901a4d5c26cd650e |