How to Install and Uninstall python3-itsdangerous Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-itsdangerous" package

This is a short guide on how to install python3-itsdangerous on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-itsdangerous

2. Uninstall "python3-itsdangerous" package

This guide let you learn how to uninstall python3-itsdangerous on openSUSE Leap:

$ sudo zypper remove python3-itsdangerous

3. Information about the python3-itsdangerous package on openSUSE Leap

Information for package python3-itsdangerous:
---------------------------------------------
Repository : Main Repository
Name : python3-itsdangerous
Version : 1.1.0-1.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 117.6 KiB
Installed : No
Status : not installed
Source package : python-itsdangerous-1.1.0-1.6.src
Upstream URL : http://github.com/mitsuhiko/itsdangerous
Summary : Various helpers to pass trusted data to untrusted environments and back
Description :
It's Dangerous
... so better sign this
Various helpers to pass data to untrusted environments and to get it back
safe and sound.
This repository provides a module that is a port of the django signing
module. It's not directly copied but some changes were applied to
make it work better on its own.
Also I plan to add some extra things. Work in progress.