File: control

package info (click to toggle)
python-hole 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 100 kB
  • sloc: python: 230; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,288 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
Source: python-hole
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,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/home-assistant-ecosystem/python-hole
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-hole
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-hole.git

Package: python3-hole
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library for interacting with a Pi-hole instance
 This library allows users to interact with a Pi-hole instance, providing
 capabilities to retrieve statistics and manage its settings. Pi-hole is a
 network-level ad blocker that intercepts DNS requests and prevents ads from
 being displayed. Through this library, users can access the Pi-hole's API to
 monitor metrics such as blocked ads, total queries, and client activity.
 Additionally, it offers functionality to enable or disable the Pi-hole system,
 either temporarily or permanently, facilitating control over network ad
 blocking directly from a Python environment.