[Bug 274575] [NEW PORT] devel/py-mashumaro: Fast serialization library on top of dataclasses
Date: Sat, 21 Oct 2023 13:49:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274575 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c5931785acf6f3880f37a9a8e6dc6fc401093e4 commit 0c5931785acf6f3880f37a9a8e6dc6fc401093e4 Author: Pat Maddox <pat@patmaddox.com> AuthorDate: 2023-10-21 13:47:10 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2023-10-21 13:47:10 +0000 devel/py-mashumaro: new port When using dataclasses, you often need to dump and load objects based on the schema you have. Mashumaro not only lets you save and load things in different ways, but it also does it super quick. Key features: - One of the fastest libraries - Mature and time-tested - Easy to use out of the box - Highly customizable - Built-in support for JSON, YAML, MessagePack, TOML - Built-in support for almost all Python types including typing-extensions - JSON Schema generation PR: 274575 Author: Pat Maddox <pat@patmaddox.com> devel/py-mashumaro/Makefile (new) | 18 ++++++++++++++++++ devel/py-mashumaro/distinfo (new) | 3 +++ devel/py-mashumaro/pkg-descr (new) | 13 +++++++++++++ 3 files changed, 34 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.