Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 471 Bytes

File metadata and controls

20 lines (14 loc) · 471 Bytes

Colander Tools

This package is a set of extensions to colander especially useful when implementing REST APIs.

Strict types

The colander_tools package includes a series of strict types. Those types follow the Postel's law: they are strict on serialize and loose on deserialize.

Included are:

  • Integer
  • Float
  • Boolean
  • String