Package konval
[hide private]
[frames] | no frames]

Package konval

source code

Validation and conversion of data.

The problem of sanitizing data (checking correctness and transforming to a useful form) is widespread throughout programming:

Ian Bicking produced a sensible approach to this, embodied in his Formencode library: data validation and conversion are one and the same thing, and can be handled by passing raw data through a chain of validators. In this spirit, konval is a package


Version: 0.1

Author: Paul-Michael Agapow

Submodules [hide private]

Variables [hide private]
  __email__ = 'pma@agapow.net'
  __package__ = 'konval'