[ 源代码: validators ]
软件包:python3-validators(0.20.0-2)
Python Data Validation for Humans (Python 3)
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.
其他与 python3-validators 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-decorator
- simplify usage of Python decorators by programmers