[ bianca ]
[ 原始碼: python-marshmallow-polyfield ]
套件:python3-marshmallow-polyfield(5.11-1)
python3-marshmallow-polyfield 的相關連結
下載原始碼套件 python-marshmallow-polyfield:
- [python-marshmallow-polyfield_5.11-1.debian.tar.xz]
- [python-marshmallow-polyfield_5.11-1.dsc]
- [python-marshmallow-polyfield_5.11.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
marshmallow extension for polymorphic fields
marshmallow extension that adds a custom field designed for polymorphic types, allowing defining schemas that say "this field accepts anything of type X". This field should support the same properties as other marshmallow fields, including "required", "allow_none", and "many".
其他與 python3-marshmallow-polyfield 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-marshmallow
- Lightweight library for converting complex datatypes