Source: drf-generators Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools Standards-Version: 3.9.8 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.2 Homepage: https://github.com/brobin/drf-generators Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/drf-generators.git Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/drf-generators.git Package: python-djangorestframework-generators Architecture: all Depends: ${misc:Depends}, ${python:Depends} Recommends: python-djangorestframework Description: Generate DRF Serializers, Views, and URLs (Python2 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 2 version of the library. 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.