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 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: galileo
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sysuser,
python3,
python3-requests,
python3-setuptools,
python3-usb
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/galileo
Vcs-Git: https://salsa.debian.org/med-team/galileo.git
Homepage: https://github.com/benallard/galileo
Rules-Requires-Root: no
Package: galileo
Architecture: all
Depends: python3-requests,
python3-usb,
${misc:Depends},
${python3:Depends}
Description: Utility to securely synchronize a Fitbit device with the Fitbit web service
Galileo is a Python utility to securely synchronize a Fitbit device with the
Fitbit web service. It allows you to browse your data on their website, and
compatible applications. The main features of Galileo are: Synchronize your
fitbit tracker with the fitbit server using the provided dongle; Securely
communicate (using HTTPS) with the fitbit server; Save all your dumps locally
for possible later analyse. Galileo supports the following trackers:
- Fitbit One
- Fitbit Zip
- Fitbit Flex
- Fitbit Force
- Fitbit Charge
- Fitbit Charge HR
Package: galileo-daemon
Architecture: all
Depends: galileo (= ${binary:Version}),
${misc:Depends}
Description: Utility to securely synchronize a Fitbit device - daemon
Galileo is a Python utility to securely synchronize a Fitbit device with the
Fitbit web service. It allows you to browse your data on their website, and
compatible applications. The main features of Galileo are: Synchronize your
fitbit tracker with the fitbit server using the provided dongle; Securely
communicate (using HTTPS) with the fitbit server; Save all your dumps locally
for possible later analyse. Galileo supports the following trackers:
- Fitbit One
- Fitbit Zip
- Fitbit Flex
- Fitbit Force
- Fitbit Charge
- Fitbit Charge HR
.
This package installs galileo as a systemd daemon.
|