How to Install and Uninstall python-formalchemy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python-formalchemy" package

Please follow the step by step instructions below to install python-formalchemy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-formalchemy

2. Uninstall "python-formalchemy" package

This guide let you learn how to uninstall python-formalchemy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-formalchemy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-formalchemy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-formalchemy
Priority: optional
Section: universe/python
Installed-Size: 581
Maintainer: Ubuntu Developers
Original-Maintainer: Shell Xu
Architecture: amd64
Version: 1.4.2-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-sqlalchemy, python-tempita, python-webhelpers, python-webob, python-pylons
Suggests: python-beautifulsoup
Filename: pool/universe/p/python-formalchemy/python-formalchemy_1.4.2-1_amd64.deb
Size: 116990
MD5sum: 4cf7ab77f8f815317986baebf8d15f96
SHA1: 8d0f6b8edb3f5a23c96369c33bf5cd437794ee5d
SHA256: 0ad18c7c38b5da8dd046c70c8713acf7e76666ebf9c4bb7f5c257c21ed450a5d
Description-en: HTML input form fields from your SQLAlchemy mapped classes
FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models)
in a HTML forms environment.
.
FormAlchemy eliminates boilerplate by autogenerating HTML input fields from a
given model. FormAlchemy will try to figure out what kind of HTML code should
be returned by introspecting the model's properties and generate ready-to-use
HTML code that will fit the developer's application.
.
Of course, FormAlchemy can't figure out everything, i.e, the developer might
want to display only a few columns from the given model. Thus, FormAlchemy is
also highly customizable.
Description-md5: d43de7c1cf0a5eb62a07bb8e8681f7c6
Homepage: http://docs.formalchemy.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions