How to Install formencode-i18n in Ubuntu 18.04



Install formencode-i18n by entering the following commands in the terminal:

sudo apt update
sudo apt install formencode-i18n

Description:

common locale data and translations for Python FormEncode

FormEncode is a validation and form generation package. The validation can be used separately from the form generation. The validation works on compound data structures, with all parts being nestable. It is separate from HTTP or any other input mechanism.

Homepage: http://formencode.org

Version: 1.3.0-0ubuntu5

Section: python