python3-validators

Python Data Validation for Humans (Python 3)
  https://github.com/kvesteri/validators
  0
  no reviews



Python has all kinds of data validation tools, but every one of them seems to require defining a schema or form. The author wanted to create a simple validation library where validating a simple value does not require defining a form or a schema.