drf-generators 0.5.0-3 source package in Ubuntu

Changelog

drf-generators (0.5.0-3) unstable; urgency=medium

  * Update standards version to 4.6.0, no changes needed.

 -- Debian Janitor <email address hidden>  Sat, 28 May 2022 00:49:37 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
drf-generators_0.5.0-3.dsc 2.1 KiB bfe8bf9b8f24e66cda6f49110f5435fc1b7829183584cd2c02645c1022e1f9ad
drf-generators_0.5.0.orig.tar.gz 7.3 KiB 04364fcc393771427b4def8ee12f4e71b433a0501667deda514aa33c6260a12a
drf-generators_0.5.0-3.debian.tar.xz 2.8 KiB a6be959a7c5c13191637313e5cf1cb4f6305c33d678cb9a70ed66eecfae1c923

Available diffs

No changes file available.

Binary packages built by this source

python3-djangorestframework-generators: Generate DRF Serializers, Views, and URLs (Python3 version)

 Writing APIs can be boring and repetitive work. With DRF Generators, one simple
 command will generate all Views, Serializers, and even Urls for a Django Rest
 Framework application.
 .
 This is not intended to give a production quality API. It was intended to
 jumpstart development and save developers from writing the same code over and
 over for each model.
 .
 This package contains the Python 3 version of the library.