没有合适的资源?快使用搜索试试~ 我知道了~
lima:Python 3 对象的轻量级编组
共52个文件
py:16个
rst:13个
html:7个
需积分: 9 0 下载量 60 浏览量
2021-06-06
18:26:38
上传
评论
收藏 627KB ZIP 举报
温馨提示
lima:Python 3 对象的轻量级编组 lima接受任意 Python 对象并将它们转换为 Python 本机的数据结构。 结果可以轻松地序列化为 JSON、XML 和各种其他内容。 lima 是免费软件,轻量级且快速。 利马概览 import datetime import lima # a model class Book : def __init__ ( self , title , date_published ): self . title = title self . date_published = date_published # a marshalling schema class BookSchema ( lima . Schema ): title = lima . fields . String ()
资源推荐
资源详情
资源评论
收起资源包目录
lima-develop.zip (52个子文件)
lima-develop
lima
abc.py 903B
util.py 6KB
__init__.py 246B
schema.py 20KB
fields.py 13KB
registry.py 3KB
exc.py 914B
.travis.yml 166B
README.rst 2KB
docs
advanced.rst 4KB
fields.rst 9KB
api.rst 625B
images
alpaca_llama_vicuna.jpg 317KB
conf.py 9KB
project_info.rst 2KB
installation.rst 894B
doc-requirements.txt 30B
keyword_only_args.rst.inc 690B
changelog.rst 30B
license.rst 49B
Makefile 7KB
schemas.rst 9KB
first_steps.rst 2KB
_themes
sphinx_rtd_theme
search.html 1KB
footer.html 1KB
breadcrumbs.html 1KB
layout_old.html 7KB
static
css
theme.css 87KB
badge_only.css 3KB
fonts
fontawesome-webfont.eot 37KB
fontawesome-webfont.woff 43KB
FontAwesome.otf 61KB
fontawesome-webfont.svg 197KB
fontawesome-webfont.ttf 79KB
js
theme.js 2KB
searchbox.html 308B
__init__.py 371B
versions.html 1KB
layout.html 5KB
theme.conf 125B
index.rst 2KB
linked_data.rst 13KB
test
test_schema.py 26KB
test_registry.py 2KB
test_util.py 5KB
test_fields.py 9KB
test_dump.py 11KB
test_lima.py 354B
LICENSE 1KB
setup.py 2KB
.gitignore 201B
CHANGELOG.rst 3KB
共 52 条
- 1
资源评论
长迦
- 粉丝: 37
- 资源: 4659
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功