Contents

marshmallow-dataclass 8.6.1

0

Python library to convert dataclasses into marshmallow schemas.

Python library to convert dataclasses into marshmallow schemas.

Stars: 436, Watchers: 436, Forks: 75, Open Issues: 50

The lovasoa/marshmallow_dataclass repo was created 5 years ago and the last code push was 2 weeks ago.
The project is popular with 436 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
No  marshmallow-dataclass  pypi packages just yet.

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 50 open issues on GitHub

  • support generic dataclasses
  • Issue 13: fix forward references
  • Proposal: add union serialization strategy
  • exception with from future annotations

See more issues on GitHub

Related Packages & Articles

jsons 1.6.3

For serializing Python objects to JSON (dicts) and back

json-tricks 3.17.3

Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.

flask-mongoengine 1.0.0

Flask-MongoEngine is a Flask extension that provides integration with MongoEngine and WTF model forms.