libksanewidgets6-6
scanner library (runtime)
The KDE scanner library provides an API and widgets for using scanners and
other imaging devices supported by SANE.
python3-hole
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-pure-pcapy3
Pure Python reimplementation of pcapy
This package provides an API-compatible replacement for the popular pcapy
package. Since it is a pure-Python package, it cannot access some elements
like live traffic capture directly. Only file operations are allowed right
now. Any operation which is available in pcapy and could not be implemented
here will throw NotImplementedError. Behaviour should be compatible up to the
text of some exceptions (tests are included).
lomiri-online-accounts-plugin-sohu
Lomiri Online Accounts account plugin - Sohu
The LomiriOnlineAccounts plugin system provides Lomiri applications with
online accounts settings via a central setup mechanism in Lomiri System
Settings.
python3-gql
GraphQL client for Python
This library provides a versatile GraphQL client that allows for the execution
of GraphQL queries, mutations, and subscriptions. It supports multiple
transport protocols including HTTP, websockets, and AWS AppSync. The client
offers both synchronous and asynchronous usage, enabling concurrent requests.
Queries can be validated locally, with the option to use a provided GraphQL
schema or fetch one from the backend through introspection. Additional
features include file uploads, custom scalars and enums, as well as a CLI tool
to execute GraphQL queries or download schemas. The DSL module allows dynamic
composition of GraphQL queries, making it highly adaptable to various use
cases.
python3-python-zxcvbn-rs-py
Password strength checker library (Python 3)
This is a drop-in replacement for the Python module zxcvbn. It is a Python
binding for the Rust implementation of that password strength checker.