青橄榄Django OpenAPI框架
Project description
青橄榄Django OpenAPI框架
框架简述
在django的基础上,保留django的便利ORM,以开发RESTful风格的接口为目标,构建一个支持输出openapi文档的框架。
最早本框架只用于OA的开发,因为数据平台相关开发类似,为避免重复维护框架代码,故而把框架代码抽象出来单独成库。
功能点
- 输出RESTful风格的openapi接口文档。支持Django原生的Model,兼容大部分常用字段类型。
- 接口输入输出的类型校验+转换,使接口与文档定义一致。
- 内置redoc,可直接配置文档展示。
- 接口URL路由根据目录结构自动索引,规避冗长的url.py配置文件。
- 多项核心附加工具:可输出的状态机,支持结构定义的JSONField等等。
核心依赖
- Django
- Pydantic
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file golive-django-openapi-0.5.0.tar.gz
.
File metadata
- Download URL: golive-django-openapi-0.5.0.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b60a7d308308bab008ca8fdbc294c038d3953d282773251050d64921d1779212 |
|
MD5 | 03881c75e6ccee98ba3da19848b1b0a1 |
|
BLAKE2b-256 | 28a8785b6723d9d597ed41cf44053aec2bc5ba40e72e1331ef44fb98e51c1796 |