How to Install and Uninstall python310-requests-hawk Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python310-requests-hawk" package

This tutorial shows how to install python310-requests-hawk on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-requests-hawk

2. Uninstall "python310-requests-hawk" package

Learn how to uninstall python310-requests-hawk on openSuSE Tumbleweed:

$ sudo zypper remove python310-requests-hawk

3. Information about the python310-requests-hawk package on openSuSE Tumbleweed

Information for package python310-requests-hawk:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-requests-hawk
Version : 1.2.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 36.6 KiB
Installed : No
Status : not installed
Source package : python-requests-hawk-1.2.1-2.1.src
Upstream URL : https://github.com/mozilla-services/requests-hawk
Summary : Hawk authentication strategy for the requests python library
Description :
This project allows you to use the python requests library with the hawk
authentification mechanism.
Hawk itself does not provide any mechanism for obtaining or transmitting the
set of shared credentials required, but this project proposes a scheme we use
across mozilla services projects.