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

Last updated: May 17,2024

1. Install "python3-WTForms" package

Please follow the steps below to install python3-WTForms on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-WTForms

2. Uninstall "python3-WTForms" package

Please follow the instructions below to uninstall python3-WTForms on openSUSE Leap:

$ sudo zypper remove python3-WTForms

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

Information for package python3-WTForms:
----------------------------------------
Repository : Main Repository
Name : python3-WTForms
Version : 2.2.1-1.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 866.5 KiB
Installed : No
Status : not installed
Source package : python-WTForms-2.2.1-1.6.src
Upstream URL : http://wtforms.simplecodes.com/
Summary : A flexible forms validation and rendering library for Python web development
Description :
WTForms is a forms validation and rendering library for Python web development.
With WTForms, form field HTML can be generated and be customized with templates.
This allows to maintain separation of code and presentation, and keep those parameters out of Python code.
Because of this loose coupling, any template engine may be used for this.