python3-fastcluster
Fast hierarchical clustering routines for Python 3
This library provides Python functions for hierarchical
clustering. It generates hierarchical clusters from distance matrices
or from vector data.
ruby-gemojione
gem to provide EmojiOne
This package provides the gem Gemojione which exposes the emojione
unicode/image assets and APIs for working with them. It lets user to easily
lookup emoji name, unicode character, or image assets and convert emoji
representations.
ruby-powerbar
progressbar library for Ruby
Powerbar is a Ruby library that can create all kinds of progress bars to use
in CLI applications. Non-terminal use is detected and fallback to logging
output is done automatically, so applications can also be used in cronjobs
without losing progress information.
monopd
Monopoly game network server
monopd is a dedicated game server daemon for playing Monopoly-like
board games. Clients such as gtkAtlantic connect to the server,
which manages the game. Note that you do not need to install
this server unless you want to use one of the clients offline, or
play custom game types.
pipexec
create a directed graph of processes and pipes
pipexec creates an arbitrary network (directed graph) of processes and
pipes in between - even cycles are possible.
It overcomes the short comings of shells that are typically only able
to create non cyclic trees.
python3-pyserial-asyncio-fast
Python library for asynchronous I/O with serial ports
This extension relies on pySerial and focuses on efficient asynchronous serial
communication. By implementing eager writes similar to the asyncio
selector_events in CPython, it reduces overhead associated with frequent
addition and removal of asyncio writers. This efficiency is particularly
advantageous for high-frequency serial communication tasks, enhancing overall
performance.