How to Install and Uninstall python3-serpy Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-serpy" package

Please follow the step by step instructions below to install python3-serpy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-serpy

2. Uninstall "python3-serpy" package

Please follow the step by step instructions below to uninstall python3-serpy on openSUSE Leap:

$ sudo zypper remove python3-serpy

3. Information about the python3-serpy package on openSUSE Leap

Information for package python3-serpy:
--------------------------------------
Repository : Main Repository
Name : python3-serpy
Version : 0.3.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 44.3 KiB
Installed : No
Status : not installed
Source package : python-serpy-0.3.1-bp155.2.11.src
Upstream URL : https://github.com/clarkduvall/serpy
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.