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

Last updated: May 18,2024

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

Please follow the guidance below to install python-django-classy-tags-doc on Kali Linux

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

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

Here is a brief guide to show you how to uninstall python-django-classy-tags-doc on Kali Linux:

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

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

Package: python-django-classy-tags-doc
Source: django-classy-tags
Version: 4.1.0-1
Installed-Size: 346
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Size: 40660
SHA256: 47e7752d13f5686abfcd837be02e7a670adf6ff7768fe6bcc5f7899b0dc53e3b
SHA1: 1bd3941c10323e08d4fd68f44bde2ef6c348331b
MD5sum: 136f3056f77ede36a210cc560c12cb6f
Description: Class based template tags for Django projects (Documentation)
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 documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/ojii/django-classy-tags
Section: doc
Priority: optional
Filename: pool/main/d/django-classy-tags/python-django-classy-tags-doc_4.1.0-1_all.deb