软件包:python3-openapi-pydantic(0.5.1-2)
python3-openapi-pydantic 的相关链接
Debian 的资源:
下载源码包 openapi-pydantic:
- [openapi-pydantic_0.5.1-2.dsc]
- [openapi-pydantic_0.5.1.orig.tar.xz]
- [openapi-pydantic_0.5.1-2.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
- openapi-specification
- golang-github-go-openapi-runtime-dev
- python-flask-openapi3-doc
- golang-github-go-openapi-loads-dev
- golang-github-go-openapi-errors-dev
- golang-github-go-openapi-validate-dev
- python3-flask-openapi3
- golang-github-go-openapi-strfmt-dev
- golang-github-googleapis-gnostic-dev
- kube-openapi
- golang-github-go-openapi-analysis-dev
Pydantic OpenAPI schema implementation (Python module)
The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to HTTP APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic.
An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.
This package contains the OpenAPI schema implemented in Pydantic.
其他与 python3-openapi-pydantic 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pydantic
- Data validation and settings management using Python type hinting