How to Install and Uninstall python3-wtforms-alchemy Package on Kali Linux

Last updated: June 02,2024

1. Install "python3-wtforms-alchemy" package

Learn how to install python3-wtforms-alchemy on Kali Linux

$ sudo apt update $ sudo apt install python3-wtforms-alchemy

2. Uninstall "python3-wtforms-alchemy" package

This guide let you learn how to uninstall python3-wtforms-alchemy on Kali Linux:

$ sudo apt remove python3-wtforms-alchemy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-wtforms-alchemy package on Kali Linux

Package: python3-wtforms-alchemy
Source: wtforms-alchemy
Version: 0.18.0-3
Installed-Size: 703
Maintainer: Debian Python Team
Architecture: all
Depends: python3-sqlalchemy (>= 1.0), python3-sqlalchemy-utils, python3-wtforms, python3-wtforms-components, python3:any, libjs-sphinxdoc (>= 4.3)
Size: 65200
SHA256: 36ba7a19c22817c64c84c35cb9598c2c54f1ec4225cdd7b2af91d6453c4d113b
SHA1: 8f68dcfa770684e1fe21b16286353d7efe6465df
MD5sum: 0483caeab2fc2d24d434a58428698ee3
Description: Tools for creating WTForms forms from SQLAlchemy models (library)
WTForms-Alchemy provides a helper class that let you create a Form class
from a SQLAlchemy model. It does not try to replace all the functionality
of wtforms.ext.sqlalchemy, only the model_form function of
wtforms.ext.sqlalchemy by a much better solution. Other functionality of
ext.sqlalchemy such as QuerySelectField and QuerySelectMultipleField can be
used along with WTForms-Alchemy.
.
The benefits of WTForms-Alchemy ModelForm over wtforms.ext.sqlachemy’s
model_form include:
.
* Provides explicit declaration of ModelForms (much easier to override
certain columns)
* Form generation supports Unique and NumberRange validators
* Form inheritance support (along with form configuration inheritance)
* Automatic SelectField type coercing based on underlying column type
* By default uses wtforms_components SelectField for fields with choices.
This field understands None values and renders nested datastructures as
optgroups.
* Provides better Unique validator
* Supports custom user defined types as well as type decorators
* Supports SQLAlchemy-Utils datatypes
* Supports ModelForm model relations population
* Smarter field exclusion
* Smarter field conversion
* Understands join table inheritance
* Better configuration
Description-md5:
Homepage: https://github.com/kvesteri/wtforms-alchemy
Section: python
Priority: optional
Filename: pool/main/w/wtforms-alchemy/python3-wtforms-alchemy_0.18.0-3_all.deb