python3-memray
Memory profiler for Python applications
Memray is a memory profiler for Python. It can track memory
allocations in Python code, in native extension modules,
and in the Python interpreter itself. It can generate several
different types of reports to help you analyze the captured
memory usage data. While commonly used as a CLI tool, it
can also be used as a library to perform more fine-grained
profiling tasks.
python3-googleapi-samples
Google APIs Client Library for Python, samples
This package contains the Google APIs Client Library for Python, which is the
core Python library for accessing.
r-cran-microbenchmark
GNU R package for Accurate Timeing Functions
R package which provides infrastructure to accurately measure and compare
the execution time of R expressions.
libpam-slurm
PAM module to authenticate using the Slurm resource manager
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
Pluggable Authentication Module (PAM) for restricting access to compute
nodes where Slurm performs resource management. Access to the node is
restricted to user root and users who have been allocated resources on
that node.
python3-googleapi
Google APIs Client Library - Python 3.x
This package contains the Google APIs Client Library for Python, which is the
core Python library for accessing. Samples are available in the
python3-googleapi-samples package.
python3-uvicorn
ASGI server implementation, using uvloop and httptools (Python3 version)
Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
supports HTTP/1.1 and WebSockets.