Maandelijks archief maart 2023

python3-tqdm

Rating: 
0
No votes yet

python3-tqdm – An extensible progress meter
tqdm lets you output a progress meter from within loops by wrapping any iterable with "tqdm(iterable)". tqdm's overhead is one order of magnitude less than python…

python3-decorator

Rating: 
0
No votes yet

python3-decorator – Decorators for Humans
Typical implementations of Python decorators involve nested functions, and do not preserve the signature of decorated functions, thus can be confusing to both developers and docum…

python3-decorator

Rating: 
0
No votes yet

python3-decorator – Decorators for Humans
Typical implementations of Python decorators involve nested functions, and do not preserve the signature of decorated functions, thus can be confusing to both developers and docum…

python3-asteval

Rating: 
0
No votes yet

python3-asteval – Safe, minimalistic evaluator of python expression using ast module
ASTEVAL provides a numpy-aware, safe(ish) 'eval' function
Emphasis is on mathematical expressions, and so numpy ufuncs are use…

python3-pandas

Rating: 
5
Your rating: None Average: 5 (1 vote)

python3-pandas – Python module for working with "relational" or "labeled" data
pandas is a Python package providing flexible and expressive data structures for working with &qu…

python3-python-dateutil

Rating: 
0
No votes yet

python3-python-dateutil – A Python Datetime Library
The python dateutil module provides powerful extensions to the standard datetime module.
* Computing of relative deltas (next month, next year, next monday,
last week of…

python3-lazyarray

Rating: 
0
No votes yet

lazyarray is a Python package that provides a lazily-evaluated numerical array
class, larray, based on and compatible with NumPy arrays.
Lazy evaluation means that any operations on the array (potentially including
array …

python3-pyemd

Rating: 
0
No votes yet

PyEMD is a Python wrapper for Ofir Pele and Michael Werman's implementation
of the Earth Mover's Distance that allows it to be used with NumPy.
compiled for Python3.8 armv7hl aarch64
sha256sum filename:
4a863eec…

python3-numexpr

Rating: 
0
No votes yet

Numexpr is a numerical expression evaluator for NumPy. It is a C++
module. With it, expressions that operate on arrays (like "3*a+4*b")
can be accelerated and use less memory than doing the same
calculation in P…

newcompositor

Rating: 
5
Your rating: None Average: 5 (2 votes)

Nesting Wayland compositor for Sailfish OS that attempts to transparently handle xdg_shell clients. Each client window gets its own window under Lipstick. It’s almost as if newcompositor wasn’t t…