File: control

package info (click to toggle)
pybotvac 0.0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 871; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,360 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
Source: pybotvac
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,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-requests <!nocheck>,
 python3-voluptuous <!nocheck>,
 python3-oauthlib <!nocheck>,
 python3-requests-oauthlib <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/stianaske/pybotvac
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pybotvac
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pybotvac.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pybotvac
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library for controlling Neato Botvac Connected vacuum robots
 This library facilitates interaction with Neato Botvac Connected vacuum
 robots. It allows users to start, pause, and stop cleaning, send the robot to
 its base, and manage scheduled cleanings. Additionally, the library supports
 retrieving the robot's state, battery level, and latest cleaning map. Users
 can authenticate using various methods, such as password, OAuth, or
 passwordless sessions. This provides flexibility in integrating the robots
 into different environments and applications.