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

Last updated: May 13,2024

1. Install "python3-apiron" package

Here is a brief guide to show you how to install python3-apiron on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-apiron

2. Uninstall "python3-apiron" package

Please follow the instructions below to uninstall python3-apiron on openSUSE Leap:

$ sudo zypper remove python3-apiron

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

Information for package python3-apiron:
---------------------------------------
Repository : Main Repository
Name : python3-apiron
Version : 5.1.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 75.7 KiB
Installed : No
Status : not installed
Source package : python-apiron-5.1.0-bp155.2.12.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.