How to Install and Uninstall python311-apiron Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python311-apiron" package

Please follow the guidance below to install python311-apiron on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-apiron

2. Uninstall "python311-apiron" package

Learn how to uninstall python311-apiron on openSuSE Tumbleweed:

$ sudo zypper remove python311-apiron

3. Information about the python311-apiron package on openSuSE Tumbleweed

Information for package python311-apiron:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-apiron
Version : 7.1.0.post3-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 71.9 KiB
Installed : No
Status : not installed
Source package : python-apiron-7.1.0.post3-2.2.src
Upstream URL : https://github.com/ithaka/apiron
Summary : Apiron helps you cook a tasty client for RESTful APIs
Description :
Gathering data from multiple services has become a ubiquitous task for web application developers. The complexity can grow quickly: calling an API endpoint with multiple parameter sets, calling multiple API endpoints, calling multiple endpoints in multiple APIs. While the business logic can get hairy, the code to interact with those APIs doesn't have to.
apiron provides declarative, structured configuration of services and endpoints with a unified interface for interacting with them.