How to Install and Uninstall python38-serpy Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python38-serpy" package

Please follow the guidance below to install python38-serpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-serpy

2. Uninstall "python38-serpy" package

This tutorial shows how to uninstall python38-serpy on openSuSE Tumbleweed:

$ sudo zypper remove python38-serpy

3. Information about the python38-serpy package on openSuSE Tumbleweed

Information for package python38-serpy:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-serpy
Version : 0.3.1-4.8
Arch : noarch
Vendor : openSUSE
Installed Size : 43,2 KiB
Installed : No
Status : not installed
Source package : python-serpy-0.3.1-4.8.src
Summary : Object serialization for Python
Description :
Serpy is an object serialization framework. 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.
Since serializers are class based, they can be combined,
extended and customized with little code duplication. Compared
to other Python serialization frameworks like marshmallow or
Django Rest Framework Serializers, serpy is an order of
magnitude faster.