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

Last updated: October 05,2024

1. Install "python310-apiron" package

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

$ sudo zypper refresh $ sudo zypper install python310-apiron

2. Uninstall "python310-apiron" package

This is a short guide on how to uninstall python310-apiron on openSuSE Tumbleweed:

$ sudo zypper remove python310-apiron

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

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