How to Install and Uninstall python3-aiorestapi.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "python3-aiorestapi.noarch" package

Here is a brief guide to show you how to install python3-aiorestapi.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-aiorestapi.noarch

2. Uninstall "python3-aiorestapi.noarch" package

This guide let you learn how to uninstall python3-aiorestapi.noarch on Fedora 36:

$ sudo dnf remove python3-aiorestapi.noarch $ sudo dnf autoremove

3. Information about the python3-aiorestapi.noarch package on Fedora 36

Last metadata expiration check: 2:30:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-aiorestapi
Version : 0.1.1
Release : 7.fc36
Architecture : noarch
Size : 16 k
Source : python-aiorestapi-0.1.1-7.fc36.src.rpm
Repository : fedora
Summary : Rapid rest resources for aiohttp
URL : https://github.com/aiselis/aiorestapi
License : ASL 2.0
Description : aiorestapi allows you to quickly create a rest resource in a few steps. It
: automatically creates the resource routes on the collections or individual
: items; it's simply to specify the suffix '_collection' or '_item' on the
: methods. The serialization/deserialization of results/requests occurs
: transparently using python dictionaries.