パッケージ: python3-hole (0.8.0-2)
python3-hole に関するリンク
Debian の資源:
python-hole ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-async-timeout
- timeout context manager for asyncio programs in Python