python3-sushy
small library to communicate with Redfish based systems - Python 3.x
Sushy is a Python library to communicate with Redfish based systems. The goal
of the library is to be extremely simple, small, have as few dependencies as
possible and be very conservative when dealing with BMCs by issuing just
enough requests to it (BMCs are very flaky).
python3-soxr
Convert one-dimensional sampling rate
Soxr is a Python library designed to perform resampling of audio files,
allowing you to convert between different sample rates efficiently and
accurately. With this tool it is possible to obtain fast and very high
quality results for any resampling ratio.
python3-stevedore
manage dynamic plugins for Python applications - python3
Python makes loading code dynamically easy, allowing you to configure and
extend your application by discovering and loading extensions (plugins) at
runtime. Many applications implement their own library for doing this, using
__import__ or importlib. stevedore avoids creating yet another extension
mechanism by building on top of setuptools entry points. The code for managing
entry points tends to be repetitive, though, so stevedore provides manager
classes for implementing common patterns for using dynamically loaded
extensions.
python3-websocket
WebSocket client library - Python 3.x
websocket-client provides a low-level, synchronous API providing WebSocket
client functionality to Python programs. It conforms to the WebSocket
specification as standardized by the IETF in RFC 6455.
rtpengine-utils
scripts and Perl modules for NGCP rtpengine
Sipwise NGCP rtpengine is a proxy for RTP traffic and other UDP based media
traffic. It's meant to be used with the Kamailio SIP proxy and forms a
drop-in replacement for any of the other available RTP and media proxies.
elpa-find-file-in-project
quick access to project files in Emacs
This library provides methods for quickly finding any file in a project. It
uses GNU Find by default, but can also use (the significantly faster)
fd-find. Find-file-in-project supports the following candidate selection
interfaces: Consult, Helm, Ido, Ivy, Selectrum, and the Emacs built-in
'completing-read'.