File: control

package info (click to toggle)
py-nightscout 1.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: python: 635; makefile: 5; sh: 5
file content (43 lines) | stat: -rw-r--r-- 1,823 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: py-nightscout
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-aioresponses <!nocheck>,
 python3-dateutil <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytz <!nocheck>,
 tzdata-legacy <!nocheck>,
Standards-Version: 4.7.2
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.