libbiometric0

Biometric Identification library

The core layer of biometric identification authentication framework. The core layer abstracts the common operation of all kinds of biometric recognition, constructs the underlying framework of biometric recognition, and provides the general function and unified data storage method.

python3-aioxmlrpc

XML-RPC for asyncio

Asyncio version of the standard lib xmlrpc.

python3-colored

simple library for coloring and formatting in terminal

Collection of color codes and names for 256 color terminal setups. The following is a list of 256 colors for Xterm, containing an example of the displayed color, Xterm Name, Xterm Number and HEX.

python3-opendata-transport

API client for Swiss public transport data

This library provides a client for interacting with the Swiss public transport API, enabling access to timetable data and connection details between stations in Switzerland. Users can retrieve information such as departure and arrival times for specific routes. The data is fetched directly from the transport.opendata.ch platform, supporting applications that require updated public transport schedules and station information for various endpoints in Switzerland.

python3-aiosmtplib

Python3 asynchronous SMTP client for use with asyncio

This is a SMTP client, but written to be based on asyncio for Python3. It is designed to work with standard EmailMessages (or MIMEMultipart, or any raw message), generated with the standard Python3 library and send these using the classic asyncio mechanics.

python3.12-tk

Tkinter - Writing Tk applications with Python (v3.12)

A module for writing portable GUI applications with Python (v3.12) using Tk. Also known as Tkinter.