File: control

package info (click to toggle)
python-simplehound 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,016 kB
  • sloc: python: 647; makefile: 7; sh: 5
file content (36 lines) | stat: -rw-r--r-- 1,441 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: python-simplehound
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-pytest <!nocheck>,
 python3-requests <!nocheck>,
 python3-requests-mock <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/robmarkcole/simplehound
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-simplehound
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-simplehound.git

Package: python3-simplehound
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library to interface with the Sighthound Cloud API
 This library provides an interface with the Sighthound Cloud API, enabling the
 detection of people, faces, and license plates within images. Utilizing its
 functions, users can process images through the Sighthound service and
 retrieve detailed detection data responses. This interaction includes the
 ability to manage image uploads and handle the results of processed image
 data, providing bounding information and classification of detected entities
 such as people and vehicles. Additionally, the library interacts with
 Sighthound's cloud to track and report detection events efficiently.