django-rest-marshmallow:Django REST框架的棉花糖架构

时间:2024-02-25 17:56:13
【文件属性】:

文件名称:django-rest-marshmallow:Django REST框架的棉花糖架构

文件大小:14KB

文件格式:ZIP

更新时间:2024-02-25 17:56:13

serialization django schema rest-api marshmallow

Django REST框架的。 总览 django-rest-marshmallow通过使用python 库,为内置的序列化程序提供了一种替代的序列化程序实现,但是公开了与REST框架的Serializer类相同的API。 要求 巨蟒(3.6+) Django REST框架(3.8+) 棉花糖(3.0.0+) 安装 使用pip安装... $ pip install django-rest-marshmallow 用法 像使用棉花糖一样定义架构,但是从rest_marshmallow导入Schema类。 from rest_marshmallow import Schema , fiel


【文件预览】:
django-rest-marshmallow-master
----setup.py(3KB)
----.gitignore(130B)
----requirements.txt(235B)
----.travis.yml(1KB)
----MANIFEST.in(88B)
----rest_marshmallow()
--------__init__.py(3KB)
----LICENSE(753B)
----setup.cfg(110B)
----env()
--------pip-selfcheck.json(60B)
----README.md(4KB)
----tests()
--------conftest.py(182B)
--------__init__.py(0B)
--------test_marshmallow.py(4KB)
----mkdocs.yml(184B)
----runtests.py(2KB)
----docs()
--------index.md(6KB)
--------css()
----tox.ini(611B)

网友评论