Search Criteria
Package Details: python-mashumaro 3.17-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-mashumaro.git (read-only, click to copy) |
|---|---|
| Package Base: | python-mashumaro |
| Description: | A fast and well tested serialization library on top of dataclasses. |
| Upstream URL: | https://github.com/Fatal1ty/mashumaro |
| Licenses: | Apache |
| Submitter: | benallard |
| Maintainer: | benallard |
| Last Packager: | benallard |
| Votes: | 1 |
| Popularity: | 0.001325 |
| First Submitted: | 2023-03-26 18:43 (UTC) |
| Last Updated: | 2026-01-24 14:06 (UTC) |
Dependencies (16)
- python
- python-ciso8601
- python-pendulum
- python-typing_extensions
- python-build (make)
- python-installer (make)
- python-orjson (python-orjson-gitAUR) (make)
- python-tomli-w (make)
- python-wheel (make)
- python-msgpack (check)
- python-pytest (check)
- python-pytest-mock (check)
- python-orjson (python-orjson-gitAUR) (optional) – for JSON serialization
- python-pyyaml (python-yaml-gitAUR, python-yaml) (optional) – for YAML serialization
- python-tomli (optional) – for TOML deserialization
- python-tomli-w (optional) – for TOML serialization
Latest Comments
compgamer89 commented on 2026-01-21 00:18 (UTC)
Unclear if python-msgpack is needed as a runtime dependency, but it should probably be part of
checkdependsasmsgpackis a direct dependency of several test files.dillard commented on 2026-01-15 02:23 (UTC)
This package depends on python-msgpack as a mandatory dependency (not optional), as building python-mashumaro fails to build without it now.