文件名称:可插拔的API规范生成器。 当前支持OpenAPI规范(fka Swagger规范)。-Python开发
文件大小:83KB
文件格式:ZIP
更新时间:2024-06-14 10:35:42
Python Miscellaneous
apispec可插拔的API规范生成器。 当前支持OpenAPI规范(fka Swagger规范)。 功能支持OpenAPI规范(版本2和3)Frame apispec可插拔的API规范生成器。 当前支持OpenAPI规范(fka Swagger规范)。 功能支持OpenAPI规范(版本2和版本3),与框架无关,对棉花糖的内置支持用于解析docstrings的示例应用程序从apispec导入APISpec从apispec.ext.marshmallow导入MarshmallowPlugin从apispec_webframeworks.flask从烧瓶导入FlaskPlugin从棉花糖导入Flask进口Sch
【文件预览】:
apispec-dev
----setup.py(2KB)
----.gitignore(1KB)
----readthedocs.yml(169B)
----pyproject.toml(72B)
----src()
--------apispec()
----MANIFEST.in(217B)
----.pre-commit-config.yaml(496B)
----LICENSE(1KB)
----setup.cfg(398B)
----.github()
--------FUNDING.yml(56B)
----README.rst(8KB)
----tests()
--------conftest.py(810B)
--------__init__.py(0B)
--------test_ext_marshmallow_field.py(10KB)
--------test_ext_marshmallow.py(46KB)
--------test_yaml_utils.py(908B)
--------test_core.py(33KB)
--------test_ext_marshmallow_openapi.py(21KB)
--------utils.py(1KB)
--------schemas.py(2KB)
--------test_utils.py(2KB)
--------test_ext_marshmallow_common.py(3KB)
--------plugins()
----AUTHORS.rst(4KB)
----CONTRIBUTING.rst(3KB)
----azure-pipelines.yml(840B)
----CHANGELOG.rst(33KB)
----docs()
--------install.rst(495B)
--------writing_plugins.rst(5KB)
--------special_topics.rst(4KB)
--------Makefile(7KB)
--------index.rst(6KB)
--------conf.py(1KB)
--------api_ext.rst(694B)
--------authors.rst(28B)
--------make.bat(6KB)
--------upgrading.rst(5KB)
--------quickstart.rst(3KB)
--------ecosystem.rst(154B)
--------api_core.rst(320B)
--------changelog.rst(136B)
--------license.rst(56B)
--------contributing.rst(33B)
--------using_plugins.rst(10KB)
----tox.ini(792B)