How to Install and Uninstall python39-fastnumbers Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-fastnumbers" package

Here is a brief guide to show you how to install python39-fastnumbers on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-fastnumbers

2. Uninstall "python39-fastnumbers" package

Here is a brief guide to show you how to uninstall python39-fastnumbers on openSuSE Tumbleweed:

$ sudo zypper remove python39-fastnumbers

3. Information about the python39-fastnumbers package on openSuSE Tumbleweed

Information for package python39-fastnumbers:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-fastnumbers
Version : 5.1.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 414.0 KiB
Installed : No
Status : not installed
Source package : python-fastnumbers-5.1.0-1.2.src
Upstream URL : https://github.com/SethMMorton/fastnumbers
Summary : Drop-in replacement for Python's int and float
Description :
fastnumbers is a Python module with three objectives:
1. To provide drop-in replacements for the Python built-in `int` and
`float` that, on average, are around 2x faster. These functions
should behave identically to the Python built-ins except for a few
specific corner-cases as mentioned in the API documentation.
2. To provide a set of convenience functions that wrap the above int
and float replacements and provide error handling.
3. To provide a set of functions that can be used to identify whether
an input could be converted to int or float.