文件名称:lima:Python 3 对象的轻量级编组
文件大小:627KB
文件格式:ZIP
更新时间:2024-06-26 12:13:18
Python
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
----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()
--------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()
--------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)