没有合适的资源?快使用搜索试试~ 我知道了~
marshmallow_dataclass:从数据类自动生成棉花糖模式
共40个文件
py:18个
yml:4个
md:4个
需积分: 9 1 下载量 102 浏览量
2021-05-13
17:49:01
上传
评论
收藏 38KB ZIP 举报
温馨提示
棉花糖数据类 从数据类自动生成模式。 from dataclasses import dataclass , field from typing import List , Optional import marshmallow_dataclass import marshmallow . validate @ dataclass class Building : # field metadata is used to instantiate the marshmallow field height : float = field ( metadata = { "validate" : marshmallow . validate . Range ( min = 0 )}) name : str = field ( default = "anonymous" )
资源推荐
资源详情
资源评论
收起资源包目录
marshmallow_dataclass-master.zip (40个子文件)
marshmallow_dataclass-master
.gitignore 1KB
setup.cfg 146B
README.md 9KB
CHANGELOG.md 6KB
.github
workflows
release.yml 874B
documentation.yml 864B
python-package.yml 1KB
.pre-commit-config.yaml 686B
tests
test_city_building_examples.py 1KB
README.md 101B
test_attribute_copy.py 1KB
test_collection.py 10KB
test_union.py 5KB
test_post_load.py 1KB
test_doctests.py 219B
__init__.py 0B
test_mypy.yml 2KB
test_optional.py 1KB
test_field_for_schema.py 8KB
test_postdump.py 2KB
test_class_schema.py 9KB
docs
.gitignore 10B
conf.py 5KB
index.rst 502B
marshmallow_dataclass.rst 339B
.nojekyll 0B
modules.rst 100B
index.html 151B
Makefile 575B
LICENSE 1KB
CONTRIBUTING.md 708B
marshmallow_dataclass
typing.py 188B
union_field.py 2KB
mypy.py 2KB
__init__.py 24KB
py.typed 0B
collection_field.py 2KB
MANIFEST.in 16B
pyproject.toml 72B
setup.py 2KB
共 40 条
- 1
资源评论
李韩资
- 粉丝: 24
- 资源: 4516
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功