Skip to content

Commit a0e4e65

Browse files
Merge pull request #3000 from poojitha-sys281/master
Added voluptuous library under Data Validation section
2 parents 9084be2 + a3e743b commit a0e4e65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ _Libraries for validating data. Used for forms in many cases._
468468
- [jsonschema](https://github.com/python-jsonschema/jsonschema) - An implementation of [JSON Schema](http://json-schema.org/) for Python.
469469
- [pandera](https://github.com/unionai-oss/pandera) - A data validation library for dataframes, with support for pandas, polars, and Spark.
470470
- [pydantic](https://github.com/pydantic/pydantic) - Data validation using Python type hints.
471+
- [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library primarily intended for validating data from untrusted sources.
471472

472473
## Data Visualization
473474

0 commit comments

Comments
 (0)