python3-typeguard

Run-time type checker for Python

This library provides run-time type checking for functions defined with argument type annotations. This can be done in one of three ways: * calling check_argument_types() from within the function body * decorating the function with @typechecked * using `with TypeChecker('packagename')`

sch-rnd-lib-gui

Support library for building the GUI.

Provides sch-rnd specific dialog boxes and top window GUI elements.

samba-ad-dc

Samba control files to run AD Domain Controller

Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems.

python3-certbot-dns-route53

Route53 DNS plugin for Certbot

The objective of Certbot, Let's Encrypt, and the ACME (Automated Certificate Management Environment) protocol is to make it possible to set up an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This is accomplished by running a certificate management agent on the web server.

python3-samba

Python 3 bindings for Samba

Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains.

python3-airthings-ble

Control Airthings devices via BLE for Python environments

This library provides the tools necessary to interface with Airthings devices using Bluetooth Low Energy (BLE) technology. It supports direct communication with various Airthings products, facilitating the monitoring and control of air quality sensors from Python applications. The library is primarily designed for integration with systems that utilize BLE for device interaction. It includes functionality for device discovery, data retrieval, and command transmission, enhancing the ease of integrating air quality monitoring into tech-driven solutions.