Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2023 13:49:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274575] [NEW PORT] devel/py-mashumaro: Fast serialization library on top of dataclasses
Message-ID:  <bug-274575-7788-fCjogpXz30@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274575-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274575-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274575

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D0c5931785acf6f3880f37a9a8e6dc6f=
c401093e4

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-extensi=
ons
    - 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(+)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274575-7788-fCjogpXz30>