Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #15859
| Path | csiph.com!pasdenom.info!weretis.net!feeder8.news.weretis.net!fu-berlin.de!bofh.it!news.nic.it!robomod |
|---|---|
| From | Edward Betts <edward@4angle.com> |
| Newsgroups | linux.debian.bugs.dist, linux.debian.devel, linux.debian.maint.python |
| Subject | Bug#1071635: ITP: aioruuvigateway -- asyncio-native library for Ruuvi Gateway data requests |
| Date | Wed, 22 May 2024 17:40:02 +0200 |
| Message-ID | <IGWem-f5LI-9@gated-at.bofh.it> (permalink) |
| X-Mailbox-Line | From debian-bugs-dist-request@lists.debian.org Wed May 22 15:39:09 2024 |
| Old-Return-Path | <debbugs@buxtehude.debian.org> |
| X-Spam-Flag | NO |
| X-Spam-Score | 1.2 |
| Reply-To | Edward Betts <edward@4angle.com>, 1071635@bugs.debian.org |
| Resent-To | debian-bugs-dist@lists.debian.org |
| Resent-Cc | debian-devel@lists.debian.org, debian-python@lists.debian.org, wnpp@debian.org |
| X-Debian-Pr-Message | report 1071635 |
| X-Debian-Pr-Package | wnpp |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| X-Debian-Message | from BTS |
| X-Mailing-List | <debian-bugs-dist@lists.debian.org> archive/latest/1838752 |
| List-ID | <debian-bugs-dist.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-bugs-dist/> |
| Approved | robomod@news.nic.it |
| Lines | 43 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Wed, 22 May 2024 16:35:10 +0100 |
| X-Original-Message-ID | <n5hqn46e224ok4io4q765snfrdh62cwrehfmu2bgjtotzo2x25@5irwxc5d7ejp> |
| Xref | csiph.com linux.debian.bugs.dist:1198278 linux.debian.devel:111901 linux.debian.maint.python:15859 |
Cross-posted to 3 groups.
Show key headers only | View raw
Package: wnpp
Severity: wishlist
Owner: Edward Betts <edward@4angle.com>
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org
* Package name : aioruuvigateway
Version : 0.1.0
Upstream Author : Aarni Koskela <akx@iki.fi>
* URL : https://github.com/akx/aioruuvigateway#readme
* License : MIT
Programming Lang: Python
Description : asyncio-native library for Ruuvi Gateway data requests
An asyncio-native library designed to request data from a Ruuvi Gateway.
It supports bearer token authentication and allows for efficient data
retrieval and parsing.
.
The Ruuvi Gateway is a device that allows you to remotely access your Ruuvi
sensors from anywhere in the world.
.
This library offers both an API and a command-line interface for accessing and
displaying data from the Ruuvi Gateway.
.
Example usage:
.
from aioruuvigateway.api import get_gateway_history_data
async with httpx.AsyncClient() as client:
history = await get_gateway_history_data(
client=client,
host="192.168.1.249",
bearer_token="your_token_here",
)
print(history)
Command-line interface example:
.
python -m aioruuvigateway --host 192.168.1.249 --token bearbear --parse --json
.
This will output data from the gateway in JSON format, printing changed
information every 10 seconds.
I plan to maintain this package as part of the Python team.
Back to linux.debian.maint.python | Previous | Next | Find similar | Unroll thread
Bug#1071635: ITP: aioruuvigateway -- asyncio-native library for Ruuvi Gateway data requests Edward Betts <edward@4angle.com> - 2024-05-22 17:40 +0200
csiph-web