How to Install and Uninstall python3-serpy.noarch Package on Fedora 35

Last updated: June 26,2024

1. Install "python3-serpy.noarch" package

This guide covers the steps necessary to install python3-serpy.noarch on Fedora 35

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

2. Uninstall "python3-serpy.noarch" package

Please follow the guidelines below to uninstall python3-serpy.noarch on Fedora 35:

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

3. Information about the python3-serpy.noarch package on Fedora 35

Last metadata expiration check: 2:02:50 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-serpy
Version : 0.3.1
Release : 12.fc35
Architecture : noarch
Size : 20 k
Source : python-serpy-0.3.1-12.fc35.src.rpm
Repository : fedora
Summary : Ridiculously fast object serialization
URL : https://github.com/clarkduvall/serpy
License : MIT
Description : serpy is a super simple object serialization framework built for speed.
: serpy serializes complex datatypes (Django Models, custom classes, ...)
: to simple native types (dicts, lists, strings, ...). The native types can
: easily be converted to JSON or any other format needed.
:
: The goal of serpy is to be able to do this simply, reliably, and quickly.
: Since serializers are class based, they can be combined, extended and
: customized with very little code duplication. Compared to other popular
: Python serialization frameworks like marshmallow or Django Rest Framework
: Serializers serpy is at least an order of magnitude faster.
:
: Python 3 version.