File: control

package info (click to toggle)
drf-generators 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: python: 361; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: drf-generators
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/brobin/drf-generators
Vcs-Browser: https://salsa.debian.org/python-team/modules/drf-generators
Vcs-Git: https://salsa.debian.org/python-team/modules/drf-generators.git

Package: python3-djangorestframework-generators
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Recommends: python3-djangorestframework
Description: 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.