How to Install and Uninstall python3-django-classy-tags Package on Kali Linux

Last updated: September 19,2024

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

Please follow the step by step instructions below to install python3-django-classy-tags on Kali Linux

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

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

This guide covers the steps necessary to uninstall python3-django-classy-tags on Kali Linux:

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

3. Information about the python3-django-classy-tags package on Kali Linux

Package: python3-django-classy-tags
Source: django-classy-tags
Version: 4.1.0-1
Installed-Size: 69
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Suggests: python-django-classy-tags-doc
Size: 14324
SHA256: ccd5b45d96e52955fbb8d12c6e258c1b4e042d1f33e5c3d6d6f1ae7129c1d664
SHA1: 91692750910272668bfeea534ed4b7f09cc0c7d6
MD5sum: c80431bccf73aa5e5522c96ae444230f
Description: 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:
Homepage: https://github.com/ojii/django-classy-tags
Section: python
Priority: optional
Filename: pool/main/d/django-classy-tags/python3-django-classy-tags_4.1.0-1_all.deb