How to Install and Uninstall python3-autoprop.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "python3-autoprop.noarch" package

This tutorial shows how to install python3-autoprop.noarch on Fedora 34

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

2. Uninstall "python3-autoprop.noarch" package

Please follow the step by step instructions below to uninstall python3-autoprop.noarch on Fedora 34:

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

3. Information about the python3-autoprop.noarch package on Fedora 34

Last metadata expiration check: 1:12:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-autoprop
Version : 4.0.2
Release : 1.fc34
Architecture : noarch
Size : 26 k
Source : python-autoprop-4.0.2-1.fc34.src.rpm
Repository : updates
Summary : Infer properties from accessor methods
URL : https://github.com/kalekundert/autoprop
License : MIT
Description : This package provides a library for automatically filling in classes with
: properties (e.g. obj.x) corresponding to each accessor method (e.g.
: obj.get_x(), obj.set_x()). The biggest reasons to use autoprop are:
:
: • Less boilerplate than defining properties manually.
: • Sophisticated support for cached properties.