pullimap

Pull mails from an IMAP mailbox and deliver them via SMTP or LMTP

PullIMAP retrieves messages from an IMAP mailbox and deliver them to an SMTP or LMTP transmission channel. Compared to alternatives such as fetchmail or getmail, PullIMAP trades flexibility and IMAPd compatibility for performance.

python3-libnmap

Python 3 NMAP library

This package contains a Python library enabling Python developers to manipulate nmap process and data: * automate or schedule nmap scans on a regular basis * manipulate nmap scans results to do reporting * compare and diff nmap scans to generate graphs * batch process scan reports * ... The lib currently offers the following modules: * process: enables you to launch nmap scans * parse: enables you to parse nmap reports or scan results (only XML so far) from a file, a string, … * report: enables you to manipulate a parsed scan result and de/serialize scan results in a json format * diff: enables you to see what changed between two scans * common: contains basic nmap objects like NmapHost and NmapService. It is to note that each object can be “diff()ed” with another similar object. * plugins: enables you to support datastores for your scan results directly in the “NmapReport” object. from report module: * mongodb: insert/get/getAll/delete * sqlalchemy: insert/get/getAll/delete * aws s3: insert/get/getAll/delete (not supported for Python3 since boto is not supporting py3)

python3-dio-chacon-wifi-api

Library implementing Wi-Fi protocol for DIO Chacon devices

This library provides an implementation of the Wi-Fi protocol for interacting with DIO Chacon devices. It enables operations such as connecting to and controlling switches and shutters over the cloud. The library supports listing registered devices, checking their status, and executing actions like switching power states or adjusting shutter positions. Connection to the Chacon cloud server is maintained via a websocket, allowing for responsive interactions. Automatic reconnection is a feature included for network reliability.
Kitty in action: Image on the left, console and unicode input on the right

kitty

fast, featureful, GPU based terminal emulator

Kitty supports modern terminal features like: graphics, unicode, true-color, OpenType ligatures, mouse protocol, focus tracking, and bracketed paste.

libkpim6imap6

library for handling IMAP data

This library provides an API for handling data received from IMAP services. IMAP (Internet Message Access Protocol) is one of the two most prevalent Internet standard protocols for e-mail retrieval.

libkchart6-3

library for creating business charts (shared library)

KD Charts provides an implementation of the ODF Chart specification. It supports stock charts, box charts, and whisker charts and allows one to integrate these charts in Qt-based applications.