python3-attr

Attributes without boilerplate (Python 3)

attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.

python3-pytest-subprocess

Plugin to fake subprocess for pytest

The plugin adds the ``fake_process`` fixture (and ``fp`` as an alias). It can be used it to register subprocess results so you won't need to rely on the real processes. The plugin hooks on the ``subprocess.Popen()``, which is the base for other subprocess functions. That makes the ``subprocess.run()``, ``subprocess.call()``, ``subprocess.check_call()`` and ``subprocess.check_output()`` methods also functional.

libfilezilla46

build high-performing platform-independent programs (runtime lib)

Free, open source C++ library, offering some basic functionality to build high-performing, platform-independent programs. Some of the highlights include:

libmirage-crypto-ocaml

simple symmetric cryptography for the modern age (runtime)

Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and hashes (MD5, SHA-1, SHA-2).

dropbear-initramfs

lightweight SSH2 server and client - initramfs integration

dropbear is a SSH 2 server and client designed to be small enough to be used in small memory environments, while still being functional and secure enough for general use.

python3-django-simple-history

simple version control from Django model objects (Python 3)

django-simple-history stores Django model state on every create/update/delete. Versions are stored in a parallel table, and can save all of the fields from the original table, or a subset of them.