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.
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.
libosmo-sigtran10
Osmocom SIGTRAN library (SCCP, SUA, M3UA and more)
This is a shared library containing SS7/SIGTRAN related functionality,
including connection-less and connection-oriented SCCP as per ITU-T Q.71x,
M3UA (MTP3 User Adaptation) according to IETF RFC4666, SUA (SCCP User
Adpatation) according to IETF RFC3868 as well as MTP-level routing function
and handling of signaling links, linksets, ASPs, SGs, etc.