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
|
Source: python-pyaarlo
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Carles Pina i Estany <carles@pina.cat>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-click,
python3-cloudscraper (>=1.2.71~git20230426.cbb3c0ea),
python3-cryptography,
python3-paho-mqtt,
python3-pycryptodome,
python3-setuptools,
python3-slugify,
python3-sphinx,
python3-unidecode
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.0
Homepage: https://github.com/twrecked/pyaarlo
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyaarlo
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyaarlo.git
Package: python3-pyaarlo
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}
Description: Module for Python 3 that provides asynchronous access to Netgear Arlo cameras
As things happen to the Arlo devices -motion detected, battery level changes,
mode changes, etc... -the Arlo servers post these events onto the event
stream. The background thread reads these events from the stream, updates
Pyaarlo's internal state and calls any user registered callbacks.
.
This package installs the library for Python 3 and pyaarlo command.
|