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.
python3-pyhaversion
Get the latest Home Assistant version from various sources
Pyhaversion is a Python library designed to retrieve the latest version of
Home Assistant from multiple sources. It supports fetching version information
for different Home Assistant types including the core project, OS, supervisor,
and container versions. The library utilizes asynchronous HTTP requests for
efficient data retrieval and parsing. Users can leverage the functionality to
stay updated with the latest Home Assistant releases.