drf-generators 0.4.0-1 source package in Ubuntu

Changelog

drf-generators (0.4.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.4.0
    - Closes: 907325
  * Bump dh to 12
  * Delete file debian/clean
  * Add Rules-Requires-Root
  * Bump Standards-Version to 4.4.1

 -- HÃ¥vard Flaget Aasen <email address hidden>  Sat, 07 Dec 2019 17:54:17 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
drf-generators_0.4.0-1.dsc 2.1 KiB 217e4c4f7e6f111b8d7d42f27afcc91c97cf255d52cb8cb535cb41d357f197ca
drf-generators_0.4.0.orig.tar.gz 8.5 KiB 7385a6b49d6eb1326cf94ced0a712cdb3f6ebe11028a354318a0f9d7db09a535
drf-generators_0.4.0-1.debian.tar.xz 2.4 KiB 779743b20ae978dbb6a23c3a4fd07a67ec22b22faab74c3eff137dbfe32554bc

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.