orca

Scriptable screen reader

A flexible, extensible, and powerful assistive technology that provides end-user access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop).

elpa-consult

Useful commands based on completing-read for Emacs

Consult provides practical commands based on the Emacs completion function completing-read. Completion allows you to quickly select an item from a list of candidates. Consult offers in particular an advanced buffer switching command consult-buffer to switch between buffers and recently opened files. Furthermore Consult provides multiple search commands, an asynchronous consult-grep and consult-ripgrep, and the line-based search command consult-line. Some of the Consult commands are enhanced versions of built-in Emacs commands. For example the command consult-imenu presents a flat list of the Imenu with live preview, grouping and narrowing. Please take a look at the full list of commands.

leb128

read-eval-print-loop for LEB128

REPL program that converts numbers to signed and unsigned LEB128 and displays the results in base-10, hex, and binary.

python3-inline-snapshot

Create and update inline snapshots in your Python code (Python 3)

inline-snapshot can be used for different things:

python3-meshzoo

simple geometric meshes (Python 3)

When generating meshes for FEM/FVM computations, sometimes your geometry is so simple that you don't need a complex mesh generator (like pygmsh, MeshPy, mshr, pygalmesh, dmsh), but something simple and fast that makes use of the structure of the domain. Enter meshzoo.

python3-sse-starlette

SSE plugin for Starlette and FastAPI (Python 3)

Implements Server-Sent Events (SSE) implementation for Starlette and FastAPI, enabling real-time event streaming from server to client.