How to Install and Uninstall python3-django-classy-tags Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "python3-django-classy-tags" package

In this section, we are going to explain the necessary steps to install python3-django-classy-tags on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-django-classy-tags

2. Uninstall "python3-django-classy-tags" package

Here is a brief guide to show you how to uninstall python3-django-classy-tags on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-django-classy-tags $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-classy-tags package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-django-classy-tags
Priority: optional
Section: universe/python
Installed-Size: 117
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-classy-tags
Version: 0.7.1-1
Depends: python3-django, python3:any (>= 3.3.2-2~)
Suggests: python-django-classy-tags-doc
Filename: pool/universe/d/django-classy-tags/python3-django-classy-tags_0.7.1-1_all.deb
Size: 19548
MD5sum: 4d223389c62981cab7ae08020749a509
SHA1: 63ba2c92d4a2d3ba07fb15acf7eee8fdd94f7a01
SHA256: 613fa2490724e2e006ab8631a94a0dc8ac47e5c86e5b74a3fee3bf193173a0b0
Description-en: Class based template tags for Django projects (Python3 version)
django-classy-tags is an approach at making writing template tags in
Django easier, shorter and more fun. It provides an extensible
argument parser which reduces most of the boiler plate code you
usually have to write when coding custom template tags.
.
django-classy-tags does no magic by design. Thus you will not get
automatic registering/loading of your tags like other solutions
provide. You will not get automatic argument guessing from function
signatures but rather you have to declare what arguments your tag
accepts. There is no magic in your template tag class either,
it’s just a subclass of django.template.Node which invokes a parser
class to parse the arguments when it’s initialized and resolves those
arguments into keyword arguments in it’s render method and calls its
render_tag method with those keyword arguments.
.
This package contains the Python 3 version of the library.
Description-md5: 3253a01d01c439dbaf8d4d3a0637f604
Homepage: https://github.com/ojii/django-classy-tags
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu