marshmallow-dataclass 8.7.1
0
Python library to convert dataclasses into marshmallow schemas.
Contents
Python library to convert dataclasses into marshmallow schemas.
Stars: 459, Watchers: 459, Forks: 78, Open Issues: 55The lovasoa/marshmallow_dataclass
repo was created 5 years ago and the last code push was 4 weeks ago.
The project is popular with 459 github stars!
How to Install marshmallow-dataclass
You can install marshmallow-dataclass using pip
pip install marshmallow-dataclass
or add it to a project with poetry
poetry add marshmallow-dataclass
Package Details
- Author
- Ophir LOJKINE
- License
- MIT
- Homepage
- https://github.com/lovasoa/marshmallow_dataclass
- PyPi:
- https://pypi.org/project/marshmallow-dataclass/
- GitHub Repo:
- https://github.com/lovasoa/marshmallow_dataclass
Classifiers
- Internet/WWW/HTTP/Dynamic Content/CGI Tools/Libraries
Related Packages
Errors
A list of common marshmallow-dataclass errors.
Code Examples
Here are some marshmallow-dataclass
code examples and snippets.
GitHub Issues
The marshmallow-dataclass package has 55 open issues on GitHub
- support generic dataclasses
- Issue 13: fix forward references
- Proposal: add union serialization strategy
- exception with from future annotations