Lightweight, extensible schema and data validation tool for Python dictionaries
http://github.com/nicolaiarocci/cerberus
Cerberus provides type checking and other base functionality out of the box and
is designed to be non-blocking and easily extensible, allowing for custom
validation.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-Cerberus && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Cerberus-1.3.1.tar.gz | 0000052317 51.1 KB | |
python-Cerberus.changes | 0000005030 4.91 KB | |
python-Cerberus.spec | 0000001894 1.85 KB |
Revision 5 (latest revision is 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 702121
from
Sebastian Wagner (sebix)
(revision 5)
- Update to version 1.3.1: Fixed - Fixed the expansion of the deprecated rule names ``keyschema`` and ``valueschema`` (`#482`_) - ``*of_``-typesavers properly expand rule names containing ``_`` (`#484`_) Improved - Add ``maintainer`` and ``maintainer_email`` to setup.py (`#481`_) - Add ``project_urls`` to setup.py (`#480`_) - Don't ignore all exceptions during coercions for nullable fields. If a - Coercion raises an exception for a nullable field where the field is not ``None`` the validation now fails. (`#490`_)
Comments 0