marshmallow
Package — ValidationPython 3.7+Intermediate
Object serialization/deserialization and validation
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- packaging
- Install
pip install marshmallow
Learn by Difficulty
Quick Example
python
# Install: pip install marshmallow import marshmallow # Basic marshmallow usage print(f"Using marshmallow") # See documentation for detailed examples
marshmallow is a third-party package. Object serialization/deserialization and validation. Install with: pip install marshmallow
Try in PlaygroundTags
packagevalidationschemadata-quality