powa-collector
PoWA collector daemon for remote snapshots
This repository contains the powa-collector tool, a simple multi-threaded
python program that performs the snapshots for all the remote servers
configured in a powa repository database (in the powa_servers table).
nwg-clipman
GTK3-based GUI for cliphist
nwg-clipman is a GTK3-based GUI for Senan Kelly's cliphist. It provides access
to previously copied items, as well as management of the clipboard history
from a window opened on gtk-layer-shell. The program is intended for use with
sway, Hyprland and other wlroots-based Wayland compositors.
ru-tts
Software Russian TTS engine
This is a Russian speech synthesizer.
it takes Russian text in koi8-r charset from standard input
and produces digital sound stream in the raw linear
signed 8-bit 10 kHz format on the standard output.
It doesn't actually play this sound. You should use
some player for it like sox for example.
python3-web-cache
Simple Python key-value storage backed up by sqlite3 database
Python module for simple key-value storage backed up by sqlite3
database. The typical use case is a URL to HTTP data cache, but it
can also be used for non web ressources.
python3-cmake-build-extension
Setuptools extension to build and package CMake projects
This extension aims to simplify the integration of C++ projects based on CMake
with Python packaging tools. CMake provides out-of-the-box support to either
SWIG and pybind11, that are two among the most used projects to create Python
bindings from C++ sources.
goawk
POSIX-compliant AWK interpreter written in Go, with CSV support (program)
GoAWK is a POSIX-compatible version of AWK, and additionally has a CSV
mode for reading and writing CSV and TSV files.