netcat-openbsd
TCP/IP swiss army knife
A simple Unix utility which reads and writes data across network connections
using TCP or UDP protocol. It is designed to be a reliable "back-end" tool
that can be used directly or easily driven by other programs and scripts. At
the same time it is a feature-rich network debugging and exploration tool,
since it can create almost any kind of connection you would need and has
several interesting built-in capabilities.
php-predis
A flexible and feature-complete Redis/Valkey client for PHP
Predis does not require any additional C extension by default, but it can be
optionally paired with phpiredis to lower the overhead of the serialization
and parsing of the Redis RESP Protocol.
ruby-dry-logger
dependency-free logging solution suitable for Ruby application
ruby-dry-logger provides a standalone, dependency-free logging
solution suitable for any Ruby application. Some features are
structured logging by default, logging to multiple destinations via
pluggable logging backends, fine-grained log formatting using
formatters, customizable logging logic via log filtering,
out-of-the-box exception logging, built-in support for text log
templates with customizable colorized output and tagged log entries.
python3-h2
Pure-Python3 HTTP/2 State-Machine based protocol implementation in Python
This module contains a pure-Python HTTP/2 of a HTTP/2 protocol
stack. It’s written from the ground up to be embeddable in whatever
program you choose to use, ensuring that you can speak HTTP/2
regardless of your programming paradigm.
python3-pyactiveresource
ActiveResource for Python
Active Resource attempts to provide a coherent wrapper object-relational
mapping for REST web services. It follows the same philosophy as
Active Record, in that one of its prime aims is to reduce the amount of code
needed to map to these resources. This is made possible by relying on a number
of code- and protocol-based conventions that make it easy for Active Resource
to infer complex relations and structures. These conventions are outlined
in detail in the documentation for ActiveResource::Base.
python3-streamlink
Python module for extracting video streams from various websites
Streamlink is a CLI utility which pipes video streams from various services
into a video player, such as VLC.
The main purpose of streamlink is to avoid resource-heavy and unoptimized
websites, while still allowing the user to enjoy various streamed content.