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

Last updated: November 07,2024

1. Install "python39-serpy" package

Learn how to install python39-serpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-serpy

2. Uninstall "python39-serpy" package

In this section, we are going to explain the necessary steps to uninstall python39-serpy on openSuSE Tumbleweed:

$ sudo zypper remove python39-serpy

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

Information for package python39-serpy:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-serpy
Version : 0.3.1-4.8
Arch : noarch
Vendor : openSUSE
Installed Size : 43,1 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.