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

Last updated: October 04,2024

1. Install "python2-serpy" package

Please follow the instructions below to install python2-serpy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-serpy

2. Uninstall "python2-serpy" package

This guide covers the steps necessary to uninstall python2-serpy on openSUSE Leap:

$ sudo zypper remove python2-serpy

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

Information for package python2-serpy:
--------------------------------------
Repository : Main Repository
Name : python2-serpy
Version : 0.3.1-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 34,9 KiB
Installed : No
Status : not installed
Source package : python-serpy-0.3.1-bp153.1.17.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.