How to Install and Uninstall python-djangorestframework-generators Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-djangorestframework-generators" package

This guide let you learn how to install python-djangorestframework-generators on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-djangorestframework-generators

2. Uninstall "python-djangorestframework-generators" package

Learn how to uninstall python-djangorestframework-generators on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-djangorestframework-generators $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-djangorestframework-generators package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-djangorestframework-generators
Priority: optional
Section: universe/python
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: drf-generators
Version: 0.2.7-1
Depends: python-django, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-djangorestframework
Filename: pool/universe/d/drf-generators/python-djangorestframework-generators_0.2.7-1_all.deb
Size: 10636
MD5sum: b234c53b0353fe86e7227f66a5844409
SHA1: adf6894697196dbd81676b391e8842b0ed62d2f1
SHA256: c8ed129e3346054e517fa2e072a2f7d7501df85ab71948dd9c2cea7f60c7edfa
Description-en: 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.
Description-md5: 23dfc298d33e2c1b49e49d269e8fea1b
Homepage: https://github.com/brobin/drf-generators
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu