This is a staging site. Uploads will not persist. Testing only.

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.

sacad

Search and download music album covers

SACAD is a multi platform command line tool to download album covers without manual intervention, ideal for integration in scripts, audio players, etc.

gorst

Go implementation of reStructuredText (command line)

This is a Go implementation of reStructuredText. developed on the basis of Go markdown module implemented by Michael Teichgräber.

edlin

Standard line editor

This is a small line editor, written for FreeDOS as a functional clone of the old MS-DOS program edlin. It differs from MS edlin in that first, it's free software, and second, the user interface is slightly different in a few places. The reason for the difference is so that the user does not have to type in control characters mandated by MS edlin's syntax.