套件:python3-hole(0.8.0-2)
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.
其他與 python3-hole 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-async-timeout
- timeout context manager for asyncio programs in Python