Tweak devel/racer version 2.1.31
[dports.git] / www / py-dj22-drf-yasg / pkg-descr
1 Generate real Swagger/OpenAPI 2.0 specifications from a Django Rest
2 Framework API.
3
4 Features:
5
6 - full support for nested serializers and schemas
7 - response schemas and descriptions
8 - model definitions compatible with codegen tools
9 - customization hooks at all points in the spec generation process
10 - JSON and YAML format for spec
11 - bundles latest version of swagger-ui and redoc for viewing the generated
12   documentation
13 - schema view is cacheable out of the box
14 - generated Swagger schema can be automatically validated by
15   swagger-spec-validator or flex
16 - supports Django REST Framework API versioning with URLPathVersioning
17   and NamespaceVersioning (other DRF or custom versioning schemes are
18   not currently supported)
19
20 WWW: https://github.com/axnsan12/drf-yasg