mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 02:11:42 +08:00
Merge pull request #3000 from poojitha-sys281/master
Added voluptuous library under Data Validation section
This commit is contained in:
commit
a0e4e65184
@ -468,6 +468,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