python3-slixmpp-omemo

OMEMO End-to-End Encryption plugin for slixmpp

A plugin for slixmpp offering the OMEMO Multi-End Message and Object Encryption protocol, based on python-omemo.

python3-yamale

schema and validator for YAML

Yamale can be run from the command line to validate one or many YAML files. Yamale will search the directory you supply (current directory is default) for YAML files. Each YAML file it finds it will look in the same directory as that file for its schema, if there is no schema Yamale will keep looking up the directory tree until it finds one. If Yamale can not find a schema it will tell you.

luksy

offline encryption/decryption using LUKS formats (program)

luksy implements encryption and decryption using LUKSv1 and LUKSv2 formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't actually produce smaller output than input, but it encrypts, and that's nice.

r-cran-dbscan

Density Based Clustering of Applications with Noise (DBSCAN)

Density Based Clustering of Applications with Noise (DBSCAN) and Related Algorithms provides a fast reimplementation of several density- based algorithms of the DBSCAN family for spatial data. Includes the clustering algorithms DBSCAN (density-based spatial clustering of applications with noise) and HDBSCAN (hierarchical DBSCAN), the ordering algorithm OPTICS (ordering points to identify the clustering structure), and the outlier detection algorithm LOF (local outlier factor). The implementations use the kd-tree data structure (from library ANN) for faster k-nearest neighbor search. An R interface to fast kNN and fixed-radius NN search is also provided. Hahsler, Piekenbrock and Doran (2019) <doi:10.18637/jss.v091.i01>.

libosmo-mslookup1

Osmocom MS lookup library

This shared library contains routines for looking up mobile subscribers.

typer

CLI to run Python scripts and create CLI applications

Typer is a library for building command-line interface (CLI) applications based on Python type hints. It's also a command line tool to run scripts, automatically converting them to CLI applications.