Skip to content

Commit a3e743b

Browse files
Added voluptuous library under Data Validation section
Removed the voluptuous library from the data validation section.
1 parent 50600b9 commit a3e743b

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
@@ -467,6 +467,7 @@ _Libraries for validating data. Used for forms in many cases._
467467
- [jsonschema](https://github.com/python-jsonschema/jsonschema) - An implementation of [JSON Schema](http://json-schema.org/) for Python.
468468
- [pandera](https://github.com/unionai-oss/pandera) - A data validation library for dataframes, with support for pandas, polars, and Spark.
469469
- [pydantic](https://github.com/pydantic/pydantic) - Data validation using Python type hints.
470+
- [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library primarily intended for validating data from untrusted sources.
470471

471472
## Data Visualization
472473

0 commit comments

Comments
 (0)