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

Last updated: July 02,2024

1. Install "python312-apiron" package

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

$ sudo zypper refresh $ sudo zypper install python312-apiron

2. Uninstall "python312-apiron" package

In this section, we are going to explain the necessary steps to uninstall python312-apiron on openSuSE Tumbleweed:

$ sudo zypper remove python312-apiron

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

Information for package python312-apiron:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-apiron
Version : 7.1.0.post3-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 68.6 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.