libasn1-combinators-ocaml

embed typed ASN.1 grammars in OCaml (runtime files)

Asn1-combinators is a library for expressing ASN.1 in OCaml. Skip the notation part of ASN.1, and embed the abstract syntax directly in the language. These abstract syntax representations can be used for parsing, serialization, or random testing.

libavcodec60

FFmpeg library with de/encoders for audio/video codecs - runtime files

FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge.

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.

python3-pymailgunner

Library for interacting with the Mailgun API

This library provides functionality for sending emails through Mailgun's API. It allows you to easily integrate Mailgun's email capabilities into your applications by providing methods to send emails, handle webhooks, and manage your Mailgun configuration.

python3-puremagic

pure-Python module to identify files by their magic signature

Puremagic is a pure-Python module to identify files by their magic numbers. It is fast, lightweight, minimalistic, cross-platform, and doesn't have dependencies. It can serve as a stand-in for python-magic, but its own magic_file() and magic_string() function are more powerful and also display a confidence score and possible duplicate matches.

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).