libphosh0-41
Pure Wayland shell for mobile devices - binding shared library
Phosh is a graphical shell for Wayland compositors speaking the layer-surface
protocol and aimed at mobile devices like smart phones and tablets using touch
based inputs and small screens.
python3-ratelimitqueue
Rate limited wrapper for Python 3's thread safe queues
This package extends the three built-in Python queues from the queue
module - Queue, LifoQueue, and PriorityQueue - with configurable, rate
limited counterparts. Specifically, the get() method is rate limited
across all threads so that workers can safely consume from the queue
in an unlimited loop, and putting the items in the queue doesn’t need
to require blocking the main thread.
python3-flatdict
Flattened dict classes for Python
FlatDict and FlatterDict are dict classes that allow for single level,
delimited key/value pair mapping of nested dictionaries. You can interact
with FlatDict and FlatterDict like a normal dictionary and access child
dictionaries as you normally would or with the composite key.
python3-nxtomomill
Tools for the NeXus NXtomo format
nxtomomill provides a set of applications and tools around the NXtomo
format defined by the NeXus community.
python3-papermill
Parameterize, execute, and analyze notebooks
Papermill is a tool for parameterizing, executing, and analyzing
Jupyter Notebooks. It lets you parameterize notebooks and execute notebooks.
python3-sluurp
launch shell scripts through slurm SBATCH command
sluurp is a Python package providing an API to launch shell scripts
through slurm's SBATCH command.