Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

GevatterGaul/formencode

 
 

Repository files navigation

FormEncode

Travis CI continuous integration status

Introduction

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.

Documentation

The latest documentation is available at http://www.formencode.org/

Changes

2015-01-27

Added a domain blacklist option for the Email validator. A german howto can be found here: http://techblog.auf-nach-mallorca.info/2015/01/27/email-adressen-in-python-gegen-domain-blacklist-validieren/

Courtesy of the developers of http://www.auf-nach-mallorca.info

2014-08-19

Added a validator that can require one or more fields based on the value of another field. A german howto can be found here: http://techblog.auf-nach-mallorca.info/2014/08/19/dynamische_formulare_validieren_mit_formencode/

Courtesy of the developers of http://www.auf-nach-mallorca.info

About

A validation library for Python.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.4%
  • CSS 1.6%
  • Shell 1.3%
  • Makefile 1.2%
  • JavaScript 0.5%