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

Last updated: May 01,2024

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

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

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

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

This is a short guide on how to uninstall python-django-classy-tags on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python-django (>= 1.5), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-django-classy-tags-doc
Filename: pool/universe/d/django-classy-tags/python-django-classy-tags_0.7.1-1_all.deb
Size: 19470
MD5sum: d5535853d028a13dd9f77577fd168bf2
SHA1: de1cc5675dc6afe70aa78d7c16cd6ceaa9cab094
SHA256: 5a27195f33ad448b6eed7cbed8c5acb24442de53019dcb0c30c987f2866013ac
Description-en: Class based template tags for Django projects
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.
Description-md5: e7d8b339efd01bc3b997add4f37dad6c
Homepage: https://github.com/ojii/django-classy-tags
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu