tkrzw-utils

set of implementations of DBM - utilities

Tkrzw is a C++ library implementing DBM (Database Manager) with various algorithms. It features high degrees of performance, concurrency, scalability and durability.

python3-donfig

Python package for configuring a Python package

Donfig is a Python library meant to make configuration easier for other Python packages. Donfig can be configured programmatically, by environment variables, or from YAML files in standard locations.

dexdeps

DEX external dependency dump

This tool dumps a list of fields and methods that a DEX file uses but does not define. When combined with a list of public APIs, it can be used to determine whether an APK is accessing fields and calling methods that it shouldn't be. It may also be useful in determining whether an application requires a certain minimum API level to execute.

libmath-random-mt-auto-perl

Auto-seeded Mersenne Twister PRNGs

The Mersenne Twister is a fast pseudorandom number generator (PRNG) that is capable of providing large volumes (> 10^6004) of "high quality" pseudorandom data to applications that may exhaust available "truly" random data sources or system-provided PRNGs such as rand|perlfunc/"rand".

python3-click-help-colors

colorize help messages in click (Python 3.x)

Colorization of help messages in Click. Improves the readability of help messages.

python3-click-completion

click completion support for different types of shells (Python 3.x)

Automatic completion support for different types of shells for Click. All the supported shells are able to complete all the command line arguments and options defined with Click.