Source: py-nightscout Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-aiohttp , python3-aioresponses , python3-dateutil , python3-pytest , python3-pytest-asyncio , python3-tz , tzdata-legacy , Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: https://github.com/marciogranzotto/py-nightscout Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/py-nightscout Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/py-nightscout.git Package: python3-py-nightscout Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Async interface to access Nightscout CGM data This library provides an asynchronous interface for accessing data stored in Nightscout, a remote monitoring platform for continuous glucose monitoring (CGM). It allows users to fetch and manage their CGM data efficiently from a Nightscout server. Interaction with Nightscout involves retrieving live updates and historical data related to blood glucose levels. The straightforward design ensures reliable data communication between the user and their Nightscout setup over a cloud-based connection. Users needing authenticated access can securely interface with their Nightscout instances, ensuring privacy and data integrity. This connectivity supports various applications ranging from simple monitoring solutions to more complex health data integration setups. Interaction is primarily achieved through cloud polling methods, enabling timely and accurate data retrieval as required.