How to Install and Uninstall python38-asteval Package on openSuSE Tumbleweed
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-asteval" package
This tutorial shows how to install python38-asteval on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-asteval
Copied
2. Uninstall "python38-asteval" package
Learn how to uninstall python38-asteval on openSuSE Tumbleweed:
$
sudo zypper remove
python38-asteval
Copied
3. Information about the python38-asteval package on openSuSE Tumbleweed
Information for package python38-asteval:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-asteval
Version : 0.9.22-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 140,9 KiB
Installed : No
Status : not installed
Source package : python-asteval-0.9.22-1.5.src
Summary : Safe, minimalistic evaluator of python expression using ast module
Description :
ASTEVAL provides a numpy-aware, safe(ish) 'eval' function
Emphasis is on mathematical expressions, and so numpy ufuncs
are used if available. Symbols are held in the Interpreter
symbol table 'symtable': a simple dictionary supporting a
simple, flat namespace.
Expressions can be compiled into ast node for later evaluation,
using the values in the symbol table current at evaluation time.
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-asteval
Version : 0.9.22-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 140,9 KiB
Installed : No
Status : not installed
Source package : python-asteval-0.9.22-1.5.src
Summary : Safe, minimalistic evaluator of python expression using ast module
Description :
ASTEVAL provides a numpy-aware, safe(ish) 'eval' function
Emphasis is on mathematical expressions, and so numpy ufuncs
are used if available. Symbols are held in the Interpreter
symbol table 'symtable': a simple dictionary supporting a
simple, flat namespace.
Expressions can be compiled into ast node for later evaluation,
using the values in the symbol table current at evaluation time.