套件: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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pydantic
- Data validation and settings management using Python type hinting