python-drf-spectacular 0.25.1-1 source package in Ubuntu

Changelog

python-drf-spectacular (0.25.1-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Update d/copyright with new years.

 -- Michael Fladischer <email address hidden>  Thu, 05 Jan 2023 23:54:27 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-drf-spectacular_0.25.1-1.dsc 2.3 KiB b68694c01ddb3a6c68b953bb2372b0ff7dc421eec0a90c0e515add3677596a5f
python-drf-spectacular_0.25.1.orig.tar.gz 198.6 KiB 02df7c9fe0621cdabe9dfbb243890d95cb95c8f9dd56203dc77b290e9f193ea8
python-drf-spectacular_0.25.1-1.debian.tar.xz 5.1 KiB 32482010387f26aa6780a6ceaf11f025f21b660efea1277a14b5add32a78b557

Available diffs

No changes file available.

Binary packages built by this source

python-djangorestframework-spectacular-doc: OpenAPI 3 schema generation for Django REST framework (Documentation)

 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 documentation.

python3-djangorestframework-spectacular: OpenAPI 3 schema generation for Django REST framework (Python3 version)

 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.