文件名称:pyrs-schema:python结构的架构
文件大小:32KB
文件格式:ZIP
更新时间:2024-05-21 23:28:03
Python
MicroService框架::模式 项目主页: : 文档: : 问题: : 这个包是做什么用的 我已经多次使用不同的python框架进行数据序列化。 通常,当我不得不为自己的工作实现API时。 我觉得这些框架很多时候都做得很好,但是扩展性不够。 还可以轻松编写一个满足项目每一个期望的API,而有时又很难做到没有耦合限制。 果壳 from pyrs import schema class UserSchema ( schema . Object ): version = schema . Version ( version = '1.0' ) username = schema . StringField ( required = True ) password = schema . StringField ( required = True , ta
【文件预览】:
pyrs-schema-master
----setup.py(2KB)
----.gitignore(85B)
----pyrs()
--------__init__.py(56B)
--------schema()
----requirements.txt(44B)
----.travis.yml(275B)
----MANIFEST.in(107B)
----test_set_trace.sh(516B)
----LICENSE(1KB)
----setup.cfg(59B)
----README.rst(3KB)
----CHANGELOG.rst(2KB)
----docs()
--------_templates()
--------Makefile(7KB)
--------index.rst(489B)
--------conf.py(10KB)
--------_static()
--------schemaio.rst(122B)
--------types.rst(128B)
--------formats.rst(119B)
--------changelog.rst(30B)
--------exceptions.rst(203B)
--------license.rst(55B)
--------cover.rst(27B)
--------base.rst(127B)
----requirements-tests.txt(22B)
----requirements-dev.txt(21B)
----run_tests.sh(85B)