libpigpiod-if1

Client library for Raspberry Pi GPIO control (deprecated)

Pigpio is a set of software which allows control of the General Purpose Input Outputs (GPIO) locally or remotely. Currently only the client side is Packaged in Debian as the server side is incompatible with Debian kernels.

toxiproxy-cli

proxy to simulate network and system conditions - CLI

Toxiproxy is a framework for simulating network conditions. It's made specifically to work in testing, CI and development environments, supporting deterministic tampering with connections, but with support for randomized chaos and customization. Toxiproxy is the tool you need to prove with tests that your application doesn't have single points of failure

fcitx5-table-rustrad

Flexible Input Method Framework v5 - Rustrad table

Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems.

opensmtpd-extras

addons for the OpenSMTPD SMTP server - transitional package

This package provides a subset of addons for OpenSMTPD, including experimental ones. This transitional package may safely be removed

python-lazyarray

Python module providing a NumPy-compatible lazily-evaluated array

The 'larray' class is a NumPy-compatible numerical array where operations on the array (potentially including array construction) are not performed immediately, but are delayed until evaluation is specifically requested. Evaluation of only parts of the array is also possible. Consequently, use of an 'larray' can potentially save considerable computation time and memory in cases where arrays are used conditionally, or only parts of an array are used (for example in distributed computation, in which each MPI node operates on a subset of the elements of the array).

pythonpy

'python -c', with tab completion and shorthand

pythonpy is an utility that facilitates the usage of Python one-liners. The command 'py' evaluates a string consisting of any Python expression. It can do anything from simple arithmetic to complex operations, importing modules automatically. It also comes with tab completion.