mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 14:21:45 +08:00
Added voluptuous library under Data Validation section
Removed the voluptuous library from the data validation section.
This commit is contained in:
parent
50600b9456
commit
a3e743b236
@ -467,6 +467,7 @@ _Libraries for validating data. Used for forms in many cases._
|
||||
- [jsonschema](https://github.com/python-jsonschema/jsonschema) - An implementation of [JSON Schema](http://json-schema.org/) for Python.
|
||||
- [pandera](https://github.com/unionai-oss/pandera) - A data validation library for dataframes, with support for pandas, polars, and Spark.
|
||||
- [pydantic](https://github.com/pydantic/pydantic) - Data validation using Python type hints.
|
||||
- [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library primarily intended for validating data from untrusted sources.
|
||||
|
||||
## Data Visualization
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user