Small python wrapper around the valico rust library to provide fast JSON schema validation.
Based on the "Serialization" category.
Alternatively, view PyValico alternatives based on common mentions on social networks and blogs.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of PyValico or a related project?
⚠ Please Note ⚠: This is not currently maintained due to a number of issues discovered in the upstream library which is not currently being regularly maintained.
Small python wrapper around the valico rust library to provide fast JSON schema validation.
>>> from valico import validate
>>> validate([2,3,4], {"maxItems": 2})
valico.ValidationError: MaxLength condition is not met
To build manylinux wheels for python 3.5, 3.6 and 3.7, follow the instructions at setuptools-rust, and build using build-wheels.sh
in the project root.
Do not miss the trending, packages, news and articles with our weekly report.