python3-djangorestframework-spectacular

OpenAPI 3 schema generation for Django REST framework (Python3 version)
  https://github.com/tfranzel/drf-spectacular/
  0
  no reviews



Sane and flexible OpenAPI 3 schema generation for Django REST framework. The code is a heavily modified fork of the DRF OpenAPI generator, which is/was lacking all of the below listed features:

* Serializers modelled as components (arbitrary nesting and recursion supported) * Authentication support (DRF natives included, easily extendable) * Custom serializer class support * Tags extraction * Description extraction from docstrings * Sane fallbacks where no Serializer is available * Sane operation_id naming (based on path) * Easy to use hooks for extending the AutoSchema class * Optional schema serving with SpectacularAPIView

This package contains the Python 3 version of the library.