[ 原始碼: python-marshmallow-polyfield ]
套件:python3-marshmallow-polyfield(5.10-1)
python3-marshmallow-polyfield 的相關連結
Debian 的資源:
下載原始碼套件 python-marshmallow-polyfield:
- [python-marshmallow-polyfield_5.10-1.dsc]
- [python-marshmallow-polyfield_5.10.orig.tar.gz]
- [python-marshmallow-polyfield_5.10-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- python3-zope.schema
- node-json-schema-merge-allof
- python3-marshmallow-enum
- golang-github-alecthomas-jsonschema-dev
- alt-ergo
- libghc-hsyaml-doc
- libghc-hsyaml-prof
- golang-k8s-sigs-structured-merge-diff-dev
- golang-gopkg-go-playground-validator.v8-dev
- golang-github-alecthomas-participle-dev
- python-flask-marshmallow-doc
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